A Boolean value indicating whether this instance is finite.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
Discussion
All values other than NaN and infinity are considered finite, whether normal or subnormal.
A Boolean value indicating whether this instance is finite.
SDK
Framework
All values other than NaN and infinity are considered finite, whether normal or subnormal.
var is Zero: Bool
A Boolean value indicating whether the instance is equal to zero.
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 Signaling Na N: Bool
A Boolean value indicating whether the instance is a signaling NaN.
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.