関数宣言 Meaning in English - translations and usage examples

Examples of using 関数宣言 in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
関数宣言と関数式のどちらを選択するのか?
When to choose Function Declaration versus Function Expression?
関数宣言:メインコードフローの中の関数。
Function Declaration: the function in the main code flow.
グローバルな関数宣言とvar変数へのアクセスを提供します。
Provides access to global Function Declarations and var variables.
引き数は関数宣言より1段深くインデントされる。
The arguments will appear at one indention level deeper than the function declaration.
関数パラメータのデフォルト値は、関数宣言でのみ指定できます。
Default values for functionparameters can only be specified in function declarations.
注意:値の参照渡しは、関数宣言においてのみ可能です。
NOTE: Passing by-reference is permitted in the function declaration only:.
関数宣言と関数式の違いを明確に述べてみましょう。
Let's formulate the key differences between Function Declarations and Expressions.
関数宣言(1)で関数を生成し、変数名sayHiに格納します。
The Function Declaration(1) creates the function and puts it into the variable named sayHi.
関数宣言:メインのコードフローで別の文として宣言された関数。
Function Declaration: a function, declared as a separate statement, in the main code flow.
ヘッダーは通常、関数宣言、マクロ、およびデータ型を含むファイルです。
Headers are usually files containing function declarations, macros and data types, and you must include the header file before you use them.
関数宣言sayHiは、JavaScriptがスクリプトの開始の準備をしているときに生成され、その中でどこからでも見えます。
The Function Declaration sayHi is created when JavaScript is preparing to start the script and is visible everywhere in it.
関数宣言に対して、もう1つの“内部”の名前を追加する構文はありません。
For Function Declarations, there is no syntax for adding an“internal” name.
標準Cの関数宣言の構文はC言語の機能に対しては最適なものであった。
Standard C function declaration syntax was perfectly adequate for the feature set of the C language.
このプロパティの値をtrueに設定した場合は、本変換によりランダムな値が使用されて関数宣言の新しい場所が設定されます。
Should the property value be true, the transform will userandom values to determine the new location of function declarations.
開始時点では、makeCounter関数だけがあります。なぜなら、それが関数宣言だからです。
At that starting moment there is only the makeCounter function,because it's a Function Declaration.
経験則として、関数を宣言する必要があるとき、最初に考えるのは関数宣言構文です。
As a rule of thumb, when we need to declare a function,the first to consider is Function Declaration syntax.
開かれたプロジェクト内で関数定義が見つからない場合、ハイパーリンクは関数宣言にジャンプします。
If the function definition is not found in opened projects,then the hyperlink jumps to the function declaration.
矢印関数対関数宣言/式:同等か交換可能ですか?
Arrow function vs function declaration/ expressions: Are they equivalent/ exchangeable?
関数式の巻き上げJavaScriptの関数式は、関数宣言と違って巻き上げられません。
Function expression hoisting Functionexpressions in JavaScript are not hoisted, unlike function declarations.
クラス内で宣言されるすべての変数は、クラスの最初、つまり関数宣言の始まる前になければなりません。
Any variables declared in a class must be listed at the top of the class,prior to declaring any functions.
Inlineは、手続きおよび関数宣言の末尾で指令形式に使用され、その手続きや関数がインライン対象であることを示しますが、TurboPascalでは予約語になりました。
Inline is used directive-style at the end of procedure and function declaration to mark the procedure or function for inlining, but became a reserved word for Turbo Pascal.
関数式は括弧(function{…})で囲まれています。なぜなら、JavaScriptはメインコードフローの中で"function"を見つけると、関数宣言の開始と理解します。
The Function Expression is wrapped with parenthesis(function{…}), because when JavaScript meets"function" in the main code flow,it understands it as the start of a Function Declaration.
メインソースファイルの例を変更する際に外部関数を呼び出す場合、その他すべての必要なヘッダーファイルを含めます。関数宣言このセクションはメインソースファイルの例で定義された引数の初期化関数とエントリポイント関数用の関数のプロトタイプを宣言します。
If you call external functions when you modify the example main source file, include any other required header files.Function DeclarationsThis section declares the function prototypes for the argument initialization and entry-point functions that are defined in the example main source file.
関数宣言は異なります。
Function Declarations are different.
参照:変数宣言または関数宣言への参照。
References. References to variable or function declarations.
関数宣言はより“目を引きます”。
Function Declarations are more“eye-catching”.
関数宣言なのでsayを持っています。
It has say, because that's a Function Declaration.
ネストされたブロック内に関数宣言は禁止。
No function declarations in nested blocks.
この保護では、関数宣言を並べ替えます。
This protection reorders function declarations- moves them from their original location into another.
エクスポートされていますが、依然として関数宣言です。
It's still a function declaration, albeit exported.
Results: 434, Time: 0.0152

Word-for-word translation

Top dictionary queries

Japanese - English