変数の型 in English translation

type of a variable
変数 の 型

Examples of using 変数の型 in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
理由としてはJavaが筆者のお気に入りであることと、変数の型が見える方が理解しやすいからである。
Because I'm familiar with Java, and you can easily comprehend the types of variables.
変数の場合は、その宣言している変数の型がその初期化子から自動的に推定されることを指定します。
It specifies that the type of the variable that is being declared will be automatically deduced from its initializer.
一方、dynamicは、変数の型がC4.0で使用できる動的型であることを示しています。
But dynamic means that the type of the variable is the dynamic type as available in C 4.0.
Dynamicは、宣言する変数の型、コレクション内の項目の型、またはメソッドの戻り値の型として指定できます。
You can indicate dynamic as the type of a variable you declare, the type of items in a collection or the return value of a method.
変数の型は二つの変数をどのように比較するのかを決定するのに影響するので、非常に重要である。
The type of the variable is important because the types of two variables determine how they are compared.
変数を使用する際には変数の型の宣言をしなければなりません。
Before you use a variable, you must declare the type of the variable.
最初の式が文字列の場合、変数の型は2番目の式に依存します。
When the first expression is a string, the type of the variable will depend on the second expression.
ウェブ関連用語の定義|MDNミュータブルは、変更可能な変数の型です。
MDN Mutable is a type of variable that can be changed.
そして、case式が変数、もしくは変数への代入であるとき、その変数の型に対して制限が加えられます。
Additionally, if the case expression is a variable or a variable assignment the type of the variable is restricted.
その後、ジョギングと面白くなる場合訓練の変数の型を取得します。
Then the jogging gets funnier and you get a variable type of training.
式の値(定数式なのでコンパイル時にわかる)が,その変数の型で表現可能。
The value of the expression(which is known at compile time, because it is a constant expression) is representable in the type of the variable.
他のプログラミング言語とは異なり、変数を宣言するときに変数の型を指定する必要があり、その後で型を変更できませんでした。
It is not like other programming languages that you have to specify the type of a variable when you declare it and the type couldn't be changed afterword.
によるチェックを行うと、then節での変数の型に対して、そのメソッドに応答するものであることを制限し保証することができます。
Test, in the then branch the type of a variable is guaranteed to be restricted to the types that respond to that method.
Whileの後である変数の型が何であるかは、while以前の型と、そしてwhileの本体を抜ける前の型によって決まります。
The type of a variable after a while depends on the type it had before the while and the type it had before leaving the while's body.
データ・ディクショナリー情報(値のラベルや変数の型など)をセットアップし、分析を高速化するための全データの準備用テンプレートとして使用します。
Set up data dictionary information(for example, value labels and variable types) and use it as a template to prepare all of your data for analysis faster.
C++11では、autoはまったく異なるものを意味し、変数の型を初期化に使用した値から推論するようにコンパイラに指示します。
In C++11 auto means something completely different, it tells the compiler to infer the type of the variable from the value used to initialize it.
前回のチュートリアルのコードを再利用している場合は、変数の型や関数の呼び出しがこのチュートリアルのコードと一致していることを必ず確認してください。
If you are reusing code from the previous tutorial, please be sure to check that your variable types and function calls match this new tutorial code.
右辺の値式の型(つまり、:=の後にくるもの)は、その変数の型を判別するために解析されます。
The type of the r-value expression(that is, what comes after the:=) is analyzed to determine the type of the variable.
クロージャの変数の型
Type of closured variables.
-パラメータ変数の型
Type- type of the parameter variable;
Results: 736, Time: 0.0259

Word-for-word translation

Top dictionary queries

Japanese - English