AN INT - 日本語 への翻訳

int
integer
整数
integer
number
integral
int
whole

英語 での An int の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
This means"you put a float here, but I was expecting an int".
あなたは浮動小数点数を使ったがここは整数型が期待されている」。
It's telling us that plus 2 is in fact a function, which takes an int and returns an int.
Plus2は実は関数だと言っているのだ。これは、intをひとつとり、intをひとつ返す。
Returns the integer value of this Double(by casting to an int).
このDoubleの値を(int型にキャストすることにより)intとして返します。
By default, the IDE provides it with a String called name and an int called number.
デフォルトでは、IDEにはnameというStringと、numberというintが用意されています。
Create an Int Compare action to compare enemyCount and maxEnemies, and set it so when enemyCount is less than maxEnemies, the spawn enemy event will be triggered.
これが完了したら、enemyCountとmaxEnemiesを比較するIntCompareアクションを作成し、enemyCountが少ない場合(Integer1がInteger2未満の場合)、spawnenemyイベントをトリガーします。
For example, if file size is 14 bytes, the number of elements for an int array will be equal to 3, while the other 2 bytes(14- sizeof(int)*3) will be discarded.
たとえば、ファイルサイズが14バイトの場合、int配列の要素数は3になりますが、他の2バイト(14-sizeof(int)*3)は捨てられます。
For example, you can get a String value such as"20" in{"data":"20"} as an int value and a JSON object as a String value.
たとえば、文字列として格納された数値({"data":"20"}の"20"など)をintとして取り出したり、JSONオブジェクトをStringとして取り出したりすることができます。
In addition, Eloquent assumes that the primary key is an incrementing integer value, which means that by default the primary key will be cast to an int automatically.
さらに、Eloquentは主キーを自動増分される整数値であるとも想定しています。つまり、デフォルト状態で主キーは自動的にintへキャストされます。
When using such cascading assignment, it is important to note that all three variables a, b and c refer to the same object in memory, an int object with the value of 1.
このようなカスケード割り当てを使用する場合、b、b、c3つの変数aすべてメモリ内の同じオブジェクトを参照することが重要です。値が1のintオブジェクト。
Here's how we create a reference to an int in OCaml: ref 0;;-: int ref{contents 0} Actually that statement wasn't really very useful.
どうやってint参照を作るか、OCamlではこうだ:ref0;;-:intref{contents0}こんな文は、くずと同じだ。
In all cases c is an int, the value of which must be a character representable as an unsigned char or must equal the value of the macro EOF.
引数はすべてint型であり、その値はunsignedchar型として表現可能であるか、マクロEOFの値と等しくなければならない。
What this boils down to is that an int may be 16 bits, but it may also be 32 bits depending on the architecture you're programming for.
これは、intが16ビットであるかもしれないということですが、あなたがプログラミングしているアーキテクチャに応じて32ビットかもしれません。
It turns out that this is just a convention, and we can still use c as though it's a char, even though it's declared as an int.
これがあることが判明するだけ慣習、そして我々はまだのようなCを使用することができますそれにもかかわらず、シャアのにそれはint型として宣言だ。
Below that, you see that toupper is declared as returning an int and accepting an int, which is a bit curious, since thus far, I have been manipulating chars only. But that's OK.
その下には、TOUPPERであることがわかりint型を返すように宣言し、ビットですint型を、受け入れる好奇心は、これまでのことから、私がしてきた唯一の文字を操作する。しかし、それは大丈夫です。
Dart 2.1 also brings new language features, such as improved mixin support through a new mixin keyword for classes that can only be used as mixins; stricter type checking to prevent passing an int where a double is expected; new HTTP status codes; and more.
またDart2.1は、mixinとしてしか利用できない、クラスのための新しいmixinキーワードによるmixinサポート改善や、doubleが期待されるところでintを渡せないようにする厳格な型チェック、新しいHTTPステータスコードなどなど、新しい言語機能を提供する。
For a Seq, the apply operation means indexing; hence a sequence of type Seq[T] is a partial function that takes an Int argument(an index) and which yields a sequence element of type T. In other words Seq[T] extends PartialFunctionInt, T.
Seqではapplyメソッドは添字の意味で使われるため、Seq[T]型の列はIntを引数(添字)としてをとり、T型の要素を返す部分関数だ。
Length to get the size of the source UTF-8 input string, and passing that to the MultiByteTo WideChar API, it's better to check the actual size_t-value of the length, making sure it can be safely and meaningfully converted to an int, and only then pass it to the MultiByteToWideChar API.
Lengthを呼び出してソースのUTF-8入力文字列のサイズを取得して、そのサイズをMultiByteToWideCharAPIを渡すのではなく、size_t値の実際の長さをチェックし、intに安全かつ有意に変換できることを確認した後にのみMultiByteToWideCharAPIに渡すようにします。
Add an Int Compare action.
IntCompareアクションの追加。
It needs to be an int type.
これはint型でなければなりません。
If a is an int, it is used directly.
Aがintの場合、それが直接使われます。
結果: 1839, 時間: 0.0342

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語