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

Relationships 関係

From Protocol 由来プロトコル