宣言された変数は Meaning in English - translations and usage examples

a variable declared

Examples of using 宣言された変数は in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
宣言された変数は、イニシャライザ式内で有効になる。
Such a declared variable is in scope throughout the initializing expression.
宣言された変数は、コードが実行される前に作成されます。
Declared variables are created before any code is executed.
ブロック内で宣言された変数は、そのブロック内とネストされたブロック内でのみ参照できます。
A variable declared in a block is only accessible within that block and its sub-blocks.
変数の評価varまたはlet文を使用して初期値なしで宣言された変数は、undefinedの値をとります。
Evaluating variables A variable declared using the var or let statement with no assigned value specified has the value of undefined.
宣言された変数は、コンストラクタのボディで有効になる。
Such a declared variable is in scope throughout the body of the constructor.
宣言された変数は、クエリの式内で有効になる。
Such a declared variable is in scope throughout that expression of the query clause.
For(let…)ループの中で宣言された変数はループの内側でのみ見えます。
The variable declared in for(let…) loop is visible only inside the loop.
Letやconstで宣言された変数はES6に乗せられませんか?
Are variables declared with let or const not hoisted in ES6?
ネストの中で宣言された変数は、そのネストの中でのみ存在できる。
Variables declared inside initPage only exist in that scope.
Varを使用して宣言された変数は、初期化式では使用できません。
Variables declared by using var cannot be used in the initialization expression.
宣言された変数は、コードが実行される前に作成されます。
Variable declarations are processed before the execution of the code.
Range_declarationで宣言された変数は、通常、loop_statementで使用されますが、そうしなければならないわけではありません。
While the variable declared in the range_declaration is usually used in the loop_statement, doing so is not required.
Staticとして宣言された変数は、関数が初めて呼び出されたときにのみ作成され、初期化されます。
Variables declared as static will only be created and initialized the first time a function is called.
したがって、32ビット整数を保持すると宣言された変数は、例えば64ビット浮動小数点出力引数を受け取る候補とはみなされません。
Thus, a variable declared to hold a 32 bit integer should not be considered as a candidate to receive a 64 bit float output argument, for example.
上のコードスニペットにみられるよう、begin-endブロックで宣言された変数は、特定のブロック内でのみ可視になり、ブロックが終了した後には見えなくなります。
As you can see in the last code snippet above, a variable declared inside a begin-end block is visible only in the specific block, and not after the block has terminated.
スコープの規則letによって宣言された変数は、その定義があったブロックと、その変数が再定義されていないすべてのサブブロックにスコープを持ちます。
Scoping rules Variables declared by let have as their scope the block in which they are defined, as well as in any sub-blocks in which they aren't redefined.
例外処理において、begin節の中で宣言された変数は、rescueまたはensure内においてはNil型を持っているとして解釈されます。例をあげます。
Variables declared inside the begin part of an exception handler also get the Nil type when considered inside a rescue or ensure body. For example:.
Varを伴って宣言した変数のスコープは実行コンテキスト(executioncontext)であり、これは変数を含んでいる関数、または関数の外で宣言された変数はグローバルになります。
The scope of a variable declared with var is its current execution context,which is either the enclosing function or, for variables declared outside any function, global.
ConditionがTt=xのような宣言である場合、その宣言された変数はループ本体のスコープに制限され、繰り返しのたびに破棄され、再作成されます。
If condition is adeclaration such as T t= x, the declared variable is only in scope in the body of the loop, and is destroyed and recreated on every iteration, in other words, such while loop is equivalent to.
また、ReDimステートメントは、Array型として宣言された変数上で使用できません。
Also, the ReDim Statement cannot operate on a variable declared as type Array.
JavaScriptで、変数のスコープはソースコード内の位置によって決定され、入れ子にされた関数は外側のスコープで宣言された変数にアクセスすることができます。
This is an example of functional scoping: in JavaScript, the scope of a variable is defined by its location within the source code, and nested functions have access to variables declared in their outer scope.
ノート:setup()関数内で宣言された変数には、ほかの関数内(draw()も含まれる)でアクセスできない。
Note: Variables declared within setup() are not accessible within other functions, including draw().
グローバル変数はソーステキスト内(グローバルレベルで宣言されたものを含む)で宣言された変数とは別にエキスパートアドバイザーから独立して存在します。
They exist independently from Expert Advisors as distinct from variables declared(including those declared on the global level) in their source texts;
FOO=barmakeinstallのような形でrunstep内のシェルコマンドで宣言された環境変数は、environmentキーやcontextsキーで宣言された環境変数を上書きします。
Environment variables declared inside a shell command run step, for example FOO=bar make install, will override environment variables declared with the environment and contexts keys.
Resource_acquisitionで宣言されたローカル変数は読み取り専用であり、初期化子を含める必要があります。
Local variables declared in a resource-acquisition are read-only, and must include an initializer.
FOO=barmakeinstallのように、runステップのシェルコマンド内で宣言された環境変数は、environmentキーおよびcontextsキーを使用して宣言された環境変数よりも優先されます。
Environment variables declared inside a shell command run step, for example FOO=bar make install, will override environment variables declared with the environment and contexts keys.
Results: 26, Time: 0.0266

Word-for-word translation

Top dictionary queries

Japanese - English