Discussion 解説
This value is unadjusted by the type’s exponent bias. これは、この型のもつ指数バイアスによって未調整のものです。
Note 注意
This documentation comment was inherited from Binary
.
この文書化コメントは、Binary
から引き継がれました。
Availability
Technology
var exponentBitPattern: UInt
{ get }
This value is unadjusted by the type’s exponent bias. これは、この型のもつ指数バイアスによって未調整のものです。
Note 注意
This documentation comment was inherited from Binary
.
この文書化コメントは、Binary
から引き継がれました。
var bitPattern : UInt64
var significandBitPattern : UInt64
var significandWidth : Int
static var significandBitCount : Int
static var exponentBitCount : Int
static var radix: Int
init(bitPattern : UInt64)
init(sign: FloatingPointSign, exponentBitPattern : UInt, significandBitPattern : UInt64)
init(nan: Double.RawSignificand, signaling: Bool)
typealias Double.Exponent
typealias Double.RawSignificand
typealias Double.RawExponent