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

Relationships 関係

From Protocol 由来プロトコル