関数の引数 英語 意味 - 英語訳 - 日本語の例文

function arguments
関数 の 引数
function argument
関数 の 引数

日本語 での 関数の引数 の使用例とその 英語 への翻訳

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
関数の引数とプロパティ:。
Function arguments and properties:.
関数の引数
Function arguments.
関数の引数のタプル。
A tuple of arguments for the function.
関数の引数にchop()についての変数となります。
The argument of the function chop() must always be variable.
関数の引数のみ、ほかの引数とエイリアスしないようにするには、-fargument-noaliasオプションを指定します。
If you only want to prevent function arguments from being able to alias each other, specify option-fargument-noalias.
従って、このような変数をコピーしたり、それを関数の引数として渡すと、オブジェクトではなく参照がコピーされます。
So copying such a variable or passing it as a function argument copies that reference, not the object.
このセクションでは、Python関数の引数と、デフォルト引数、キーワード引数、任意の引数などのさまざまなタイプについて学習します。
In this section, you will learn Python function arguments and its different types such as default arguments, keyword arguments, and arbitrary arguments..
接続処理関数の引数responseには、PromiseによりgetMqttEndpoint()で取得したMQTTブローカーの情報が渡されています。
Connect processing The function argument response receives the MQTT broker information obtained by the getMqttEndpoint() using Promise.
タプルは、右記3つの要素で構成されます:関数名、メタデータ、関数の引数
These tuples contain three parts: function name, metadata, and function arguments.
関数の引数responseには、PromiseによりgetMqttEndpoint()で取得したMQTTブローカーの情報が渡されています。
The function argument response receives the MQTT broker information obtained by the getMqttEndpoint() using Promise.
パラメータを使うことで、任意のデータを関数に渡すことができます(関数の引数と呼ばれます)。
We can pass arbitrarydata to functions using parameters(also called function arguments).
行10では、関数の引数argが宣言されています(このため、サブタイプとしてargDが使用されています)。
Line 10 declares the arg function argument(this is why it uses the argD subtype).
次の例では、of関数の引数が文字列ごとに区切られています。
In this example, the arguments of of function are separated between each string.
でも、Haskellの型推論のおかげで、関数の引数であるxsとysは比較できるリストであることが保証されます。
However, thanks to Haskell's type inference, the parameters of the function, xs and ys, are guaranteed to be comparable lists.
関数の引数ECMAScript2015から、新しい形の引数が2つあります。それがデフォルト引数と残余引数です。
Function parameters Starting with ECMAScript 2015, there are two new kinds of parameters: default parameters and rest parameters..
ForEach()指定された関数をNodeListの各要素に対して実行し、その要素を関数の引数として渡します。
ForEach() Executes a provided function once per NodeList element,passing the element as an argument to the function.
タプルは、右記3つの要素で構成されます:関数名、メタデータ、関数の引数これらの内部構造を見るために、Elixirはquote/2関数を提供しています。
These tuples contain three parts: function name, metadata, and function arguments. In order to see these internal structures, Elixir supplies us with the quote/2 function..
最初の返値は関数から直接返された値であり、残りは関数の引数リストの終端へのポインタが返ってくる。
The first return value will be the value the function directly returns,the rest will be passed as pointers at the end of the functions argument list.
関数の引数を常に参照渡しとしたい場合には、関数定義においてアンパサンド()を引数名の前に付加することができます。
If you want an argument to a function to always be passed by reference, you can prepend an ampersand() to the argument name in the function definition.
渡している変数は関数の引数nameなので、greet("Steve")と呼び出すと"Hello,Steve!"が見られるはずです。
The variable we're passing is name, the argument to the function, so if we call greet("Steve") we should see"Hello, Steve!
注:RELATEDTABLE関数が返すのは単一の値ではなくテーブルであるため、テーブルに関する演算を実行する関数の引数として使用する必要があります。
Note: Because the RELATEDTABLE function returns a table, not a single value,it must be used as an argument to a function that performs operations on tables.
例えば、関数の引数、ランタイムデータ、または複雑な計算の結果に依存する場合、コンパイラーは、ポインターあるいは配列参照が安全なことを証明できなければ、ループを並列化しません(ただし、ランタイム時にエイリアスを明示的にテストするための代替コードパスの生成が有益であると考えられる場合を除きます)。
For example, if they depend on function arguments, run-time data, or the results of complex calculations. If the compiler cannot prove that pointers or array references are safe the compiler will not parallelize the loop, except in limited cases when it is deemed worthwhile to generate alternative code paths to test explicitly for aliasing at run-time.
関数の引数を表示する。
Display functions parameters.
Eval関数の引数は文字列です。
The argument of the eval function is a string.
関数の引数の数が間違っています。
The function does not have the correct number of arguments.
また関数の引数のパラメータは以下の通りです。
The parameters of the functions' arguments are as follows.
この関数の引数は1つです。:。
This function has only one parameter:.
ローカルバッファをカーネル関数の引数として設定します。
Sets the local buffer as an argument of the kernel function.
ソフトウェア「CallStack」ウィンドウと関数の引数の表示。
Provides a Software Call Stack window with function arguments.
結果: 29, 時間: 0.0324

文で「関数の引数」を使用する方法

main 関数の引数 これまで関数の引数については学んだが、main()関数については 常に引数はなかった。
関数の定義 関数名と関数のブロック 関数の引数 プログラムの命令文 関数の定義 以下のロジックを見る…。
それは変数 a の型は A で、add1 関数の引数 x の型は int 型で不整合があるからです。
com 関数 関数について見ていく エントリーポイント: プログラム実行時に最初に走る関数 fn で新しい関数を作ることができる 関数の引数 引数: 関数のシグニチャ?
[ 数式 ] タブの [ 論理 ] ボタンから [IF] を選択し [ 関数の引数 ] ダイアログボックスを表示します 3.
[ 偽の場合 ] ボックスにカーソルを移動し [ 関数ボックス ] の から [IF] を選択し 2 つ目の IF 関数の [ 関数の引数 ] ダイアログボックスを表示します 5.

単語ごとの翻訳

トップ辞書のクエリ

日本語 - 英語