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

bitPattern

The bit pattern of the value’s encoding. 値の持つエンコーディングのビットパターン。

Declaration 宣言

var bitPattern: UInt32 { get }

Discussion 解説

The bit pattern matches the binary interchange format defined by the IEEE 754 specification. ビットパターンはIEEE 754仕様で定義されるバイナリ交換形式に一致します。

See Also 参照

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