THE VALUE OF THE PARAMETER 日本語 意味 - 日本語訳 - 英語の例文

[ðə 'væljuː ɒv ðə pə'ræmitər]
[ðə 'væljuː ɒv ðə pə'ræmitər]
パラメータの値を
パラメーターの値を

英語 での The value of the parameter の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The value of the parameter is a string.
パラメータの値は文字列となります。
Change by calculating the value of the Parameter.
Parameterの値を演算して変更する。
The value of the parameter redirect_uri.
パラメータredirect_uriの値です。const。
Value- required, the value of the parameter to add.
Value-必須、追加するパラメーターの値
You can generate a URI from the name of the route and the value of the parameter.
ルートの名前とパラメーターの値からURIを生成することができます。
人々も翻訳します
To get user data, decode the value of the parameter(see the recipe).
ユーザーデータを取得する際は、パラメータの値をデコードしてください(レシピを参照)。
The value of the parameter is specified in the same way as for xsl: variable and xsl: param.
パラメタの値はxsl:variableやxsl:paramの場合と同じ方法で指定する。
Moreover, you can change the value of the parameter a with the right bar.
また、右のバーでパラメータaの値を調節することができます。
The following keywords are treated specially.:value Speficies the value of the parameter.
以下のキーワードが特別に扱われます。:valueパラメータの値を指定します。
The higher the value of the parameter, the more semi-transparent details are visible.
パラメータの値を上げると、細部までより半透明に表示されます。
Then all the paths below are routed to‘archive' and the value of the parameter is appended.
そうすると下のパスは全て'archive'にルートされパラメーターの値が付加されます。
The higher the value of the parameter, the wider the green transition border is.
パラメータの値を上げると、緑色の遷移ボーダーの幅がより広くなります。
The Auto-Calculation could output the appropriate content according to the value of the parameter.
自動計算により、パラメーターの値に従った適切なコンテンツを出力することができます。
MAP:E-mail:mail(Ditto,The value of the parameter of the account mail mail fields into Joomla').
地図:Eメール:電子メール(同上,Joomlaの'にアカウントのメールのメールフィールドのパラメータの値)。
Php file through FTP root directory of the WordPress editor,Modify the value of the parameter:.
WordPressのエディタのFTPルートディレクトリ経由WP-config.phpファイル,パラメータの値を変更します。:。
Page/Week+ Factor and Factor takes the value of the parameter corresponding to the age group to which a customer belongs.
Page/Week+Factorそして、Factorは顧客が属する年齢グループに対応するパラメータの値をとります。
Mailcap entries can contain named parameters like%{foo},which will be replaced by the value of the parameter named'foo.
Mailcapエントリには%{foo}といったような名前つきのパラメタを含めることができ、'foo'と名づけられたパラメタの値に置き換えられます。
The number of a pass is shown on the horizontal axis, the value of the parameter that is the optimization criterion is shown on the vertical axis.
パスの数は横軸に示され、最適化基準であるパラメータの値が縦軸に示されてます。
Additionally, the rate of change and how quickly changes the very speed of change, can be used to determine when the rate of change is approximately equal to zero,and what will be the value of the parameter at this time.
さらに、変化率、および変化率自体がどのぐらい速く変化するか、は、変化率が約0になるときを判断し、またそのときパラメータの値がどうなるかを判断するのに用いられることができる。
When SourceColumn is set to anything other than an empty string, the value of the parameter is retrieved from the column with the SourceColumn name.
SourceColumnを空の文字列以外の値に設定すると、パラメーターの値はSourceColumn名を持つカラムから取り出されます。
The value of the parameter is still given in a PHP variable but will be converted to the specified type using PHP conversion techniques(i.e. if a string is given as a value to the Zend_XmlRpc_Value_Integer object, it will be converted using(int)$value).
この場合もパラメータの値はPHPの変数で渡していますが、指定した型にPHPの変換機能によって変換されます (もしZend_XmlRpc_Value_Integerオブジェクトの値として文字列が渡されたら、(int)$valueを使用して変換されます)。
Parameters: name: Holds the name of the parameter as a string. value:Holds the value of the parameter as a string.
パラメーター:name:パラメーターの名前を文字列としてホールドします。value:パラメーターの値を文字列としてホールドします。
That is,the quotation marks in a quoted-string are not a part of the value of the parameter, but are merely used to delimit that parameter value..
すなわち引用符で囲まれたストリングの中の引用符はパラメータの値の一部ではないけれども、そのパラメータ値を区切るために単に使われます。
In version 4 you can use a variable parameter to define the path where middleware functions are loaded,then read the value of the parameter from the route handler. For example.
バージョン4では、変数パラメーターを使用して、ミドルウェア関数がロードされるパスを定義し、ルート・ハンドラーからパラメーターの値を読み取ることができます。
This tool complements the"Distribution fitting" tool,which allows you to determine the value of the parameters of the normal distribution and to test the goodness of fit using a Chi-square or a Kolmogorov Smirnov test.
このツールは,正規分布のパラメータ値を決定し,カイ2乗またはKolmogorovSmirnov検定を用いて適合度を検定できる"分布の適合"ツールを補完する。
If you modify the code in Figure 1 so that m is passed to sumOfCubes instead of n,the compiler won't be able to determine the value of the parameter, so it must compile the function to handle any argument.
図1のコードを変更して、nではなくmをsumOfCubesに渡すようにすると、コンパイラがパラメーターの値を特定できなくなるため、引数を処理するには関数をコンパイルする必要があります。
Return number* number; Primitive parameters(such as a number) are passed to functions by value; the value is passed to the function,but if the function changes the value of the parameter, this change is not reflected globally or in the calling function.
Returnnumber*number;プリミティブなパラメータ(数値など)は値渡しで関数に渡されます。つまり、値は関数に渡されますが、関数がパラメータの値を変更しても、この変更はグローバルな値や関数の呼び出し元の値には影響を与えません。
The values of the parameters are supplied at runtime, via the Execute Action Group action.
パラメーターの値は、アクショングループのアクションの実行により、ランタイムで提供されます。
Then, we have to set the parameters Whites, Blacks,and Clarity at 0 and finally copy and paste the values of the parameters to the 8 angle images.
次に、Whites、Blacks、Clarityの各パラメータを0に設定し、最後にパラメータの値をコピーして8つの角度画像に貼り付ける必要があります。
Note that the values of the parameters are obtained at runtime from the XML tree nodes that have been defined, in the Let action(see screenshot above), as the values of the Let action's parameters..
パラメーターの値は、ランタイムでLetアクション内で定義されたXMLツリーノードからLetアクションのパラメーターとして取得されます(上のスクリーンショット参照)
結果: 1126, 時間: 0.0472

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語