This is a 32-bit signed type on 32-bit architectures, unless one compiles with +4n
これは 32 ビットアーキテクチャ上では 32 ビット符号付き型である。
If a signed type is converted to an unsigned type, the signed type is first sign-extended and then assigned the new unsigned type determined by the conversion.
符号付きの型を符号なしの型に変換した場合、最初に符号付きの型が拡張され、その後、変換によって求められた、新しい符号なしの型が割り当てられます。
If the value is positive and too large to fit in the signed type representation, the unsigned type representation is used.
正の値で、符号付きの型で表すには値が大きすぎる場合は、符号なしの型が割り当てられます。
Andere resultaten
By default, such a bit field is signed, because this is consistent: the basic integer types such as int\c \& are signed types.
デフォルトではこのようなビットフィールドは符号つきとなっています。 なぜなら、int\c\& のような基本的な型は符号つきであるという点で、整合性がとれるからです。
The loop control variable must be a signed integer type.
ループ制御変数は符号付き整数型でなければなりません。
By default, the data type is signed.
This is a common cause of error, as programmers often forget that this type is signed on some machines.
これはよくある間違いのもとです。 いくつかのマシンにおいてはこの型が符号付きであることを、プログラマはしばしば忘れてしまいます。
Value is signed and variable data type is unsigned.
値は符号付きですが、変数のデータ型は符号なしです。
If the value is negative, the signed version of the type is used.
負の値には、符号付きの型が割り当てられます。
In addition, a separate frame agreement was signed for another type of crude oil as well as petroleum products based on an annual review with PDVSA during the loan period.
又、サンタバーバラ原油以外の同国産原油及び石油製品に関しても、引取に関する基本契約を締結しました。
This function returns a useful result only if the number actually fits the PHP integer (i.e., signed long type).
この関数は、数値が実際に PHP の整数型に適合する場合(すなわち、符号付き long 型)にのみ有用な結果を返します。
The integer types are further divided into the signed integer types and unsigned integer types.
整数は、符号付き整数と符号なし整数に分けることができるだけでなく、割り当てるビット数によっても分けることができます。
'SZ' shall be defined as signed scalar type that has enough bit width to represent the required memory address ranges.
`SZ` は、メモリ範囲を表現するために十分なビット幅を持った符号付き整数型として定義されなければならない。