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 Int64 instance is 64. Int64インスタンスのビット幅は64です。

Relationships 関係

From Protocol 由来プロトコル