A Boolean value indicating whether the instance is infinite.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
var isInfinite: Bool { get }
Discussion
Note that is
and is
do not form a dichotomy, because they are not total: If x
is Na
, then both properties are false
.