Instance Property インスタンスプロパティ

bitWidth

The number of bits in the current binary representation of this value. この値の現在のバイナリ表現でのビット数。

Declaration 宣言

var bitWidth: Int { get }

Discussion 解説

This property is a constant for instances of fixed-width integer types. このプロパティは、固定長整数型のインスタンスのための定数です。

See Also 参照

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