Type Property 型プロパティ

bitWidth

The number of bits used for the underlying binary representation of values of this type. この型の値の基礎をなすバイナリ表現に対して使われるビットの数。

Declaration 宣言

static var bitWidth: Int { get }

Discussion 解説

The bit width of a Int instance is 32 on 32-bit platforms and 64 on 64-bit platforms. Intインスタンスのビット幅は、32ビットプラットホーム上では32そして64ビットプラットホーム上では64です。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Working with Binary Representation バイナリ表現を扱う