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

significandBitPattern

The raw encoding of the value’s significand field. 値の仮数フィールドの生のエンコーディング。

Declaration 宣言

var significandBitPattern: Self.RawSignificand { get }

Discussion 解説

The significandBitPattern property does not include the leading integral bit of the significand, even for types like Float80 that store it explicitly. significandBitPatternプロパティは、仮数の先頭整数ビットを含みません、それを明示的に格納するFloat80のような型に対してさえも。

See Also 参照

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