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 : UInt32
var significandBitPattern : UInt32
var significandWidth : Int
static var significandBitCount : Int
static var exponentBitCount : Int
static var radix: Int
init(bitPattern : UInt32)
init(sign: FloatingPointSign, exponentBitPattern : UInt, significandBitPattern : UInt32)
init(nan: Float.RawSignificand, signaling: Bool)
typealias Float.Exponent
typealias Float.RawSignificand