Type Property 型プロパティ

leastNonzeroMagnitude

The least positive number. 最も小さい正の数。

Declaration 宣言

static var leastNonzeroMagnitude: Float { get }

Discussion 解説

This value compares less than or equal to all positive numbers, but greater than zero. If the type supports subnormal values, leastNonzeroMagnitude is smaller than leastNormalMagnitude; otherwise they are equal. この値は、すべての正の数、しかしゼロより大きいものに対してより少ないか等しいと比較されます。その型がサブノーマル値をサポートするならば、leastNonzeroMagnitudeleastNormalMagnitudeより小さいです;そうでなければそれらは等しいです。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Accessing Numeric Constants 数に関する定数にアクセスする