A Boolean value indicating whether the instance is a signaling NaN.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
Discussion
Signaling NaNs typically raise the Invalid flag when used in general computing operations.
A Boolean value indicating whether the instance is a signaling NaN.
SDK
Framework
Signaling NaNs typically raise the Invalid flag when used in general computing operations.
var is Zero: Bool
A Boolean value indicating whether the instance is equal to zero.
var is Finite: Bool
A Boolean value indicating whether this instance is finite.
var is Infinite: Bool
A Boolean value indicating whether the instance is infinite.
var is Na N: Bool
A Boolean value indicating whether the instance is NaN (“not a number”).
var is Normal: Bool
A Boolean value indicating whether this instance is normal.
var is Subnormal: Bool
A Boolean value indicating whether the instance is subnormal.
var is Canonical: Bool
A Boolean value indicating whether the instance’s representation is in the canonical form.
var floating Point Class: Floating Point Classification
The classification of this value.