LOCAL VARIABLE Meaning in Japanese - translations and usage examples

['ləʊkl 'veəriəbl]
['ləʊkl 'veəriəbl]
局所変数
local variable

Examples of using Local variable in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Delete local variable.
ローカル変数の削除。
Local variable'n' referenced before assignment.
Localvariable‘v'referencedbeforeassignmentとありますね。
How to declare a local variable in Razor?
Razorでローカル変数を宣言する方法は?
At the same time, Emacs creates lengths-list as a local variable.
同時にEmacsはlengths-listを局所変数として生成する。
Local variable and parameter names should be short, yet meaningful.
局所変数及び仮引数名は,短いが意味のあるものとすることが望ましい。
When it is inside the inner function,variable y is a local variable, x is non-local and z is global.
内部関数内にある場合、変数yはローカル変数であり、xは非ローカル、zはグローバルです。
The second local variable in the let* expression is paragraph-separate.
Let*式の二番目の局所変数はparagraph-separateである。
In order to gain access to Foo from within test,you can create a local variable inside of method that refers to Foo.
Testの中のFooにアクセスする為には、Fooを参照するmethodのローカル変数を作る必要があります。
The second local variable in the let* expression is paragraph-separate.
Let*式の2番目のローカル変数はparagraph-separateである。
In order to gain access to Foo from within test,it is necessary to create a local variable inside of method that refers to Foo.
Testの中のFooにアクセスする為には、Fooを参照するmethodのローカル変数を作る必要があります。
Local variable“importcolorslection” referenced before assignment.
Localvariable‘v'referencedbeforeassignmentとありますね。
Why can't we use uninitialized local variable to access static content from type of that variable?.
初期化されていないローカル変数を使用して、その変数の型から静的コンテンツにアクセスできないのはなぜですか?
Local variables are declared by local variable declaration statements(§14.4).
局所変数(Localvariables)は,局所変数宣言文(14.3)で宣言する。
If you go with JDK 10+, thanks to Local Variable Type Inference, your code could be much more concise.
Java10以上のバージョンを使えばLocalVariableTypeInferenceによって上記のコードはもう少し簡潔になるでしょう。
A local variable is destroyed when the control of the program exit out of the block in which local variable is declared.
ローカル変数は、プログラムの制御がローカル変数が宣言されているブロックから出たときに破棄されます。
Implementing IDisposable allows tooling to warn you if you create a disposable as a local variable and then never dispose of it.
IDisposableの実装で、ローカル変数として宣言してdisposeしなかったときに、ツールが警告できるようになります。
The error says, the local variable"a" referenced before assignment.
Localvariable‘v'referencedbeforeassignmentとありますね。
Click the badge() in the left margin touse the editor's hint to declare selectedCategory as a local variable within the doGet method.
左マージンにあるバッジ()をクリックしてエディタのヒントを使用し、selectedCategoryをdoGetメソッド内のローカル変数として宣言します。
Example 2: The local variable a held by node p(5) is transferred from node p(5) to node p(7).
例2:ノードp(5)が持つローカル変数aをノードp(5)からp(7)に転送します.。
In the varlist of the let expression,Emacs finds the file and binds the local variable buffer to the buffer containing the file.
Let式の変数リストの所で、Emacsはファイルを見つけて局所変数bufferをそのファイルを中身とするバッファにバインドする。
Field names in Local Variables and Local Variable Types are not renamed.
メモ:[LocalVariables]および[LocalVariableTypes]のフィールドの名前は変更されません。
The interesting thing to note about theformat string in this example is that the same local variable(cmdName) occurs multiple times in the same string.
この例のフォーマット文字列で興味深い点は、同じローカル変数(cmdName)が同じ文字列内に複数回出現することです。
Field names in Local Variables and Local Variable Types are not renamed.
LocalVariables]および[LocalVariableTypes]のフィールドの名前は変更されません。
On the same line, bash 5 introduced a few new environment variables,improved history management, and local variable value inheritance across scopes.
Bash5には、いくつかの新しい環境変数、履歴管理の改善、スコープを越えるローカル変数値の継承が導入されている。
How do you extract local variable information(address and type) from a Delphi program or the compiler-generated debug info?
Delphiのプログラムやコンパイラで生成されたデバッグ情報からローカル変数情報(アドレスと型)をどのように抽出しますか?
However, the glibc wrapper function hides this behavior by using a local variable for the timeout argument that is passed to the system call.
しかし、glibcのラッパー関数は、システムコールに渡すtimeout引き数としてローカル変数を使うことでこの動作を隠蔽している。
The local variable is not initialized, however, until the local variable declaration statement that declares it is executed.
しかしながら,初期化式をもつ局所変数は,それを宣言している局所変数宣言文が実行されるまで,初期化されない。
For example, if a function myFunc has a local variable named myLocalVar, you can refer to the variable as arguments. myLocalVar.
たとえば、もし関数myFuncがmyLocalVarという名のローカル変数を持っていたなら、その変数をarguments.myLocalVarとして参照できます。
The local variable with an initializing expression is not initialized, however, until the local variable declaration statement that declares it is executed.
しかしながら,初期化式をもつ局所変数は,それを宣言している局所変数宣言文が実行されるまで,初期化されない。
The error is“lambda expressionlocal variable d cannot declare another local variable defined in an enclosing scope”.
コンパイラは、"Lambdaexpression'sparameterncannotredeclareanotherlocalvariabledefinedinanenclosingscope."というエラーを吐く。
Results: 91, Time: 0.0303

Word-for-word translation

Top dictionary queries

English - Japanese