Instance Property インスタンスプロパティ

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. NaNと無限大の他の全ての値は、ノーマルまたはサブノーマルかにかかわらず、有限と見なされます。NaNに対して、isFiniteおよびisInfiniteは、falseです。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Querying a Float's State Floatの状態を問い合わせる