Contents

isFinite

A Boolean value indicating whether this instance is finite.

Declaration

var isFinite: Bool { get }

Discussion

All values other than NaN and infinity are considered finite, whether normal or subnormal. For NaN, both isFinite and isInfinite are false.

See Also

Querying a Float’s State