type of a variable
変数 の 型
理由としては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 .
Display more examples
Results: 736 ,
Time: 0.0259