TYPE OF A VARIABLE Meaning in Japanese - translations and usage examples

[taip ɒv ə 'veəriəbl]
[taip ɒv ə 'veəriəbl]

Examples of using Type of a variable in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Determining the full type of a variable.
変数の完全な型を決定する。
Vartype: Type of a variable. Creates a link if possible.
Vartype:変数の型です。可能ならリンクを生成します。
If you wish to change the type of a variable, see settype().
ある変数の型を変更したい場合には、settype()を参照してください。
The type of a variable holding a value is correlated to its value.
値を持っている変数の型はその値と相互に関連があります。
A comment using: is used for showing the type of a variable.
また、コメントの:は、変数の型を示すために利用されます。
How to get the type of a variable in MATLAB?
MATLABで変数の型を取得する方法は?
You will not get an error if you try to change the type of a variable.
変数の型を変更しようとしてもエラーは発生しない。
In both cases, the type of a variable is inferred by the compiler.
どちらの場合も、変数の型はコンパイラによって推論されます。
In a“Statically-Typed” language, you have to specify the type of a variable when it is declared.
静的型付き”言語では、変数の宣言時に、を明示する必要があります。
In standard C++(and C), the type of a variable must be explicitly specified in order to use it.
C++03やCでは、変数の型は使用に際して明示的に指定されねばならない。
In a dynamically-typed language,there are still the concept of types, but the type of a variable is dynamic.
動的型付き言語では、型の概念は存在していますが、変数の型は動的です。
If you need to know the type of a variable or expression, use the type()..
変数や式の結果のを知りたいのならば、関数_type()_を使う。
The type of a variable is simply the type of whatever value it happens to hold at the moment.
変数の型は,単にその時点に保持することになったどんな値の型をも取ります。
That means you don't have to declare the type of a variable ahead of time.
なので先行して変数の型を宣言する必要がありません。
Test, the type of a variable is guaranteed to be restricted by that type in the then branch.
によるチェックを行うと、then節での変数の型を制限し保証することができます。
The function type() is used to get the data type of a variable or more generally, an object.
関数type()は、変数またはより一般的にはオブジェクトデータ型を取得するために使用されます。
The type of a variable is important because the types of two variables determine how they are compared.
変数の型は二つの変数をどのように比較するのかを決定するのに影響するので、非常に重要である。
The built-in type()function can be used to check the data type of a variable or to which class a variable belongs.
組み込みのtype()関数を使用して、変数のデータまたは変数が属するクラスを確認できます。
When the type of a variable depends critically on template argument it can be really hard to write code without auto.
変数の型がtemplate引数に強く依存している場合は、autoなしにコードを書くのは本当に難しくなるだろう。
It is not likeother programming languages that you have to specify the type of a variable when you declare it and the type couldn't be changed afterword.
他のプログラミング言語とは異なり、変数を宣言するときに変数の型を指定する必要があり、その後で型を変更できませんでした。
To define the type of a variable or a constant, write a colon after the variable's name, followed by its type. E. g. var health:.
変数または定数のを定義するには、変数の名前の後にコロンを書き、その後に指定する型を書きます。
Type Even if there are only a few observations andthe light curve is uncertain, the type of a variable star is determined based on the following Criteria.
型(Type)観測数が少なく光度曲線が不明な場合でも、型を以下の基準で判定しています。
Test, in the then branch the type of a variable is guaranteed to be restricted to the types that respond to that method:.
によるチェックを行うと、then節での変数の型に対して、そのメソッドに応答するものであることを制限し保証することができます。
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:.
Whileの後である変数の型が何であるかは、while以前の型と、そしてwhileの本体を抜ける前の型によって決まります。
For example, in JavaScript it is possible to change the type of a variable or add new properties or methods to an object while the program is running.
例えば、JavaScriptは変数の型の変更やオブジェクトに対する新しいプロパティやメソッドの追加をプログラムの実行中に行うことができます。
The type of a variable is not usually set by the programmer; rather, it is decided at runtime by PHP depending on the context in which that variable is used.
変数のは、その変数が使用される文脈に応じて、PHPが実行時に決定するため、基本的にプログラマが設定するものではありません。
In standard C++(and C), the type of a variable must be explicitly specified in order to use it.
C++03やCでは、変数の型は使用に際して明示的に指定しなければならない。
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.
Dynamicは、宣言する変数の型、コレクション内の項目の型、またはメソッドの戻り値の型として指定できます。
That means you don't have to specify the data type of a variable when you declare it, and data types are converted automatically as needed during script execution.
そのため変数宣言時にデータ型を指定する必要がなく、またスクリプト実行時に必要に応じてデータ型が自動的に変換されます。
That means you do not have to specify the data type of a variable when you declare it, and data types are converted automatically as needed during script execution.
そのため、変数宣言時にデータ型を指定する必要が無く、またスクリプト実行時に必要に応じてデータ型が自動的に変換されます。
Results: 697, Time: 0.0385

Word-for-word translation

Top dictionary queries

English - Japanese