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

isSubnormal

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

Declaration 宣言

var isSubnormal: Bool { get }

Discussion 解説

A subnormal value is a nonzero number that has a lesser magnitude than the smallest normal number. Subnormal values don’t use the full precision available to values of a type. サブノーマル値は、非ゼロ数で、最も小さいノーマル数よりも少ない規模を持つものです。サブノーマル値は、ある型の値に利用可能な完全な精度を使うことはできません。

Zero is neither a normal nor a subnormal number. Subnormal numbers are often called denormal or denormalized—these are different names for the same concept. ゼロは、ノーマルでもサブノーマル数でもありません。サブノーマル数は、しばしばデノーマルまたはデノーマライズされたと呼ばれます—それらは同じ概念に対する異なる名前です。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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