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