No overview available.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Framework
- Foundation
No overview available.
SDKs
Framework
init<Source>(Source)
Creates a new instance from the given value, rounded to the closest possible representation.
init(Double)
Creates a new instance initialized to the given value.
init(Float)
Creates a new instance that approximates the given value.
init(Float80)
Creates a new instance that approximates the given value.
init(CGFloat)
Creates a new instance initialized to the given value.
init(sign: Floating Point Sign, exponent: Int, significand: Double)
Creates a new value from the given sign, exponent, and significand.
init(sign Of: Double, magnitude Of: Double)
Creates a new floating-point value using the sign of one value and the magnitude of another.
init<Source>(Source)
Creates a new value, rounded to the closest possible representation.