Creates a new instance initialized to the given value.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 6.1+
Framework
- Core Graphics
Declaration
Parameters
value
The value to use for the new instance.
Discussion
The value of value
is rounded to a representable value, if necessary. A NaN passed as value
results in another NaN, with a signaling NaN value converted to quiet NaN.