Contents

isInfinite

A Boolean value indicating whether the instance is infinite.

Declaration

var isInfinite: Bool { get }

Discussion

For NaN, both isFinite and isInfinite are false.

See Also

Querying a Double’s State