init(bitPattern:)
Creates a new value with the given bit pattern.
Declaration
init(bitPattern: UInt64)Parameters
- bitPattern:
The integer encoding of a
Doubleinstance.
Discussion
The value passed as bitPattern is interpreted in the binary interchange format defined by the IEEE 754 specification.