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

isNormal

A Boolean value indicating whether this instance is normal. このインスタンスがノーマルであるかどうかを指し示すブール値。

Declaration 宣言

var isNormal: Bool { get }

Discussion 解説

A normal value is a finite number that uses the full precision available to values of a type. Zero is neither a normal nor a subnormal number. ノーマル値は、有限数で、ある型の値に利用可能な完全な精度を使います。ゼロは、ノーマルでもサブノーマル数でもありません。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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