Instance Property
isSignalingNaN
A Boolean value indicating whether the instance is a signaling NaN.
Declaration
var isSignalingNaN: Bool { get }
Discussion
Signaling NaNs typically raise the Invalid flag when used in general computing operations.
See Also
Querying a Double's State
var isZero: BoolA Boolean value indicating whether the instance is equal to zero.
var isNaN: BoolA Boolean value indicating whether the instance is NaN (“not a number”).
var isCanonical: BoolA Boolean value indicating whether the instance’s representation is in the canonical form.