値をすべて 英語 意味 - 英語訳 - 日本語の例文

日本語 での 値をすべて の使用例とその 英語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
A内の10より大きい値をすべて10に置き換えます。
Replace all values in A that are greater than 10 with the number 10.
Arr::pluckメソッドは配列中の指定キーに対する値をすべて取得します。
The Arr::pluck method retrieves all of the values for a given key from an array.
Segmentの値をすべて削除するには、clear()メソッドを使います。
To clear all the values on a Segment, use the clear() method.
IF関数は、5未満の値と、15より大きい値をすべて検索し、これらの値をSUM関数に渡します。
The IF function finds all values smaller than 5 and greater than 15 and then passes those values to the SUM function.
それぞれの値は巨大なテーブルに格納され、コンピューターは学習によって値をすべて更新する。
Each value is stored in a large table,and the computer updates all these values as it learns.
一部の値に関連する言語があるものの、どれも言語プレファレンスと一致しなければ、クライアントは、関連付けられている言語がない値をすべて表示しなければなりません(must)。
If some of the values have a language associated with them, but none match the language preference,the client must display all of the values that do not have a language associated with them.
すべての値に関連する言語があり、どれも言語プレファレンスと一致しなければ、クライアントは言語を選択し、その言語と関連づけられている値をすべて表示しなければなりません(must)。
If all of the values have a language associated with them, and none match the language preference,the client must select a language and display all of the values associated with that language.
いずれかの値に関連づけられている言語があれば、クライアントは、言語プレファレンスと最も一致する言語に関連づけられている値をすべて表示しなければなりません(must)。
If any of the values have a language associated with them,the client must display all of the values associated with the language that best matches the language preference.
Enum型の値をすべて表現するには少なすぎるビット数でこのビット・フィールドを宣言している場合は、必ずインテル®C++コンパイラーから警告メッセージが生成されます。
In any case, the Intel® C++ Compiler produces a warning if the bit fieldis declared with too few bits to represent all the values of the enum type.
そして、知られた値をすべてIN。
Enter all the known values.
オブジェクトの現在のプロパティと値をすべて出力する組み込み関数はありますか?
Is there a built-in function to print all the current properties and values of an object?
Str::containsAllメソッドは、指定した配列の値をすべて文字列が含んでいるか調べます。
The Str::containsAll method determines if the given string contains all array values.
DM-602R/604Rは環境に悪影響を及ぼす特定有害物質*の基準値をすべてクリアしています。
DM-604RR has cleared all the standard values of specific hazardous substances* which adversely affect the environment.
他にも微調整できる変数があります。以下の例は、各設定オプションに関する初期値をすべてを示したものです。
There are also other parameters you can tweak-here is an example showing all the default values for each configuration option.
また、TTL値についても短いTTL値をすべて否定したドキュメントが存在するが、DNSLBが広く使用される現状にはそぐわない。
Also, for the TTL value, there are documents which deny all short TTL values, It is not suitable for the current situation where DNSLB is widely used.
黒鉛と熱硬化性樹脂を独自製法で配合し、米国DOE及びNEDO目標値をすべて満足する燃料電池セパレータをご提供します。
We prepare a fuel cell separator which satisfies all US DOE and NEDO target values. by blending graphite and thermosetting resin by our own manufacturing method.
これらの値をすべて入力してくださいinto提供されたフィールドで、テスト接続ボタンを押して、機能することを確認します。
Enter all of these values into the fields provided and press the test connection button to check that they work.
計算してから、有効な値と無効な値をすべて手作業でプロットすると想像できるように、非常に長い時間がかかります。
As you can imagine to calculate and then plot all the valid and invalid values by hand would take a very long time.
また、セルを右クリックして[履歴の表示]を選択することにより、過去に指定した値をすべて確認できます。
You can right-click on any cell and select View History to see previous values that were saved within it.
よって、2^40もの鍵の値をすべて割り出し、その中から鍵の真値を判定し、文書を解読することができます。
This allows the sorting out of all 2^40 key values, to find a true value of the key, and to decrypt the document.
ファセットは、1つの属性またはタグの個別値をすべて表示すると共に、示されたトレースの量などのいくつかの基本分析も提供します。
A Facet displays all the distinct values of an attribute or a tag as well as provides some basic analytics such as the amount of traces represented.
たとえば、UserNameというstring変数に格納されている値をすべて大文字に変換するには、オブジェクトリストおよび関数リストを使用して、式にUserName.ToUpperCase()を追加します。
For example, to convert the value stored in the string variable UserName to all capital letters, add UserName. ToUpperCase() to the expression using the Objects list and the Functions list.
ビデオに非アクティブなピクセルが含まれていない(マット加工されていない)場合、クロップ値をすべてゼロに設定したり、クロップサイズの属性タグを省略したりできます。
If your video does not contain inactive pixels(that is, it is not matted),you can set all the crop values to zero, or omit the crop dimension attribute tags.
ケーパビリティやcgroupのオプションのような、リスト形式で指定するオプションでは、valueがない形式で指定でき、そのように使うと、それ以前に定義した値をすべてクリアします。
List options, like capabilities and cgroups options,can be used with no value to clear any previously defined values of that option.
デフォルトでPHP(バージョン4.1.0もしくはそれよりも古いバージョン)は、Web上のPHPへと送られる環境変数とその値をすべて、自動的に同じ名前空間(グローバル変数)にロードします。
By default, in PHP versions 4.1.0 and lower, all environment variables and values sent to PHP over the web were automatically loaded into the same namespace(global variables) that normal variables are loaded into.
結果: 25, 時間: 0.0165

単語ごとの翻訳

トップ辞書のクエリ

日本語 - 英語