var binade: Self
The floating-point value with the same sign and exponent as this value, but with a significand of 1.0.
この値と同じ符号と指数を持つ浮動小数点値、しかし1.0の仮数を持ちます。
var exponentBitPattern : Self.RawExponent
The raw encoding of the value’s exponent field.
値のもつ指数部の生のエンコーディング。
var significandBitPattern : Self.RawSignificand
The raw encoding of the value’s significand field.
値の仮数フィールドの生のエンコーディング。
var significandWidth : Int
The number of bits required to represent the value’s significand.
値の仮数を表すのに必要とされるビットの数。
static var exponentBitCount : Int
The number of bits used to represent the type’s exponent.
型のもつ指数を表すのに使われるビットの数。
static var significandBitCount : Int
The available number of fractional significand bits.
利用可能な小数の仮数ビットの数。
associatedtype RawExponent
A type that represents the encoded exponent of a value.
ある値のエンコードされた指数を表す型。
associatedtype RawSignificand
A type that represents the encoded significand of a value.
ある値のエンコードされた仮数を表す型。