与えられた値 Meaning in English - translations and usage examples

given value
価値 を 与える
values given
価値 を 与える

Examples of using 与えられた値 in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
説明Objectコンストラクターは与えられた値のオブジェクトラッパーを生成します。
Description The Object constructor creates an object wrapper for the given value.
オブジェクトのフィールドを与えられた値に設定します。
Causes the a field on an object to be set to a given value.
P1与えられた値は「大きな粒子の平均」である。
The values given are“average for large particles”.
方法1で与えられた値を尊重してみてください。
Try to respect the values given in method 1. Then confirm.
例題:与えられた値から関数を見つける。
Example of Problem: Finding a function from given values.
Eqv走査中に出現した値が与えられた値と等しい。
Eqv a value is equal to the given value.
Shrinkは与えられた値に対して登録済みのArbitraryインスタンスの即時シュリンクを返します。
Shrink return the immediate shrinks of the registered Arbitrary instance for the given value.
Add(value)引数で与えられた値をもつ新しい要素をSetオブジェクトに追加します。
Add(value) Appends a new element with the given value to the Set object.
与えられた値は、伸びとUV抵抗を除く最小平均値です。
The values given are Minimum Average Values except elongation and UV resistance.
このオプションが0より大きな値に設定されている場合、与えられた値より大きな幅を持つ画像は相応に縮小されます。
If it is set to a value greater than zero,images with a width larger than the given value are scaled accordingly.
Sinatraはtime_forヘルパーメソッドを提供しており、それは与えられた値からTimeオブジェクトを生成します。
Sinatra offers a time_forhelper method that generates a Time object from the given value.
行(*)と(**)で関数が呼ばれたとき、与えられた値はローカル変数fromとtextにコピーされます。
When the function is called in lines(*) and(**), the given values are copied to local variables from and text.
オンラインゲームサイトは、歓迎されたボーナスとして彼によって与えられた値は、単一または複数のチケットが少なくとも9倍であることが必要です。
The online gaming sites require that the value given by him as a welcome bonus is at least nine times in a single or multiple tickets.
そうでなければ、与えられた値とフラグでプロパティを作ります。
Otherwise, it creates the property with the given value and flags;
与えられた値n,a,bにおいて,最適戦略とは最悪のケースの総コストを最小化することである。
Given the value of n, a, and b, an optimal strategy minimizes the total cost for the worst possible case.
与えられた値n,a,bにおいて最適戦略における最悪ケースのコストをC(n,a,b)としよう。
Let C(n, a, b)be the worst-case cost achieved by an optimal strategy for the given values of n, a, and b.
マッピングランタイムにおいて、Webサービスは定数により与えられた値(この場合、"SFO")により呼び出されます。
At mapping runtime,the Web service will be called with the value provided by the constant in this case,"SFO.
CGI変数SERVER_NAMEとSERVER_PORTもクライアントから与えられた値から作成されます。
The CGI variables SERVER_NAME andSERVER_PORT will be constructed from the client supplied values as well.
パラメータは実際にはローカル変数であり、関数呼び出しで与えられた値に初期化されます。
The parameters arereally auto variables that are initialized to a value provided in the function call.
二つ目は、もし値が定義されていればそれを取り除き、三つ目は変数をvalueとして与えられた値に設定します。
The second will remove the given variable if already defined,and the third will set the variable to the value given by value.
値がnullやundefinedの場合、空のオブジェクトを生成して返します。それ以外の場合、与えられた値に対応する型のオブジェクトを返します。
If the value is null or undefined, it will create and return an empty object, otherwise,it will return an object of a Type that corresponds to the given value.
それ故、試験中にデバイスによって放出された熱出力が我々の計算で与えられた値よりも高かったと仮定することが妥当である。
It is therefore reasonable to assume that the thermal powerreleased by the device during the trial was higher than the values given by the above calculations.
署名へのタイムスタンプに含まれるsigning-time属性の時刻が、signatureTimestampDelayで与えられた値よりも大きい場合、その署名は無効と見なされなければならない。
If the signature time-stamp islater that the time in the signing-time attribute by more than the value given in signatureTimestampDelay, the signature must be considered invalid.
もし複数のcaseが与えられた値に一致するなら、たとえcaseがお互いに等しくなくても、一致した最初のcaseが選択されます。
If multiple cases match the provided value, the first case that matches is selected, even if the cases are not equal to each other.
番目のグラフ(下図参照)は、データ、回帰線(適合したモデル)、及び2つの信頼区間を視覚化できます:身長の与えられた値についての予測の平均の信頼区間は、線の近くにあります。
The first chart(see below) allows us to visualize the data, the regression line(the fitted model), and two confidence intervals:the confidence interval on mean of the prediction for a given value of the Height is the one closer to the line.
SUMSQ()関数は引数として与えられた値の2乗の合計を返します。引数はSUMSQ(A1:B5)のように範囲指定するかSUMSQ(12;5;12.5)のような値のリストによって与えることができます。
The SUMSQ() function calculates the sum of all the squares of values given as parameters. You can calculate the sum of a range SUMSQ(A1: B5) or a list of values like SUMSQ12; 5; 12.5.
SUMIF()関数はパラメータとして与えられた値の中で条件に合致するものの合計を求めます。合計範囲は必須ではありません。指定のない時は評価範囲の値を合計します。評価範囲の長さは合計範囲と等しいかそれより短くなければなりません。
The SUMIF() function calculates the sum of all values given as parameters which match the criteria. The sum range is optional. If not supplied, the values in the check range are summed. The length of the check range should be equal or less than the length of the sum range.
三つ目は変数をvalueの与えられた値に設定します。
Third will set the variable to the literal value given by.
すなわち、アイゼンシュタイン級数は、カスプでの与えられた値をとるように「設計」されている。
That is, Eisenstein series can be'designed' to take on given values at cusps.
Results: 29, Time: 0.0196

Word-for-word translation

Top dictionary queries

Japanese - English