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

isSubnormal

A Boolean value indicating whether this decimal is subnormal. この10進数が非正規化数であるかどうかを指し示しているブール値。

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 do not 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. ゼロは、ノーマルでもサブノーマル数でもありません。サブノーマル数は、しばしばデノーマルまたはデノーマライズされたと呼ばれます—それらは同じ概念に対する異なる名前です。

See Also 参照

Getting a Decimal's Characteristics 10進数のもつ特徴を取得する