Type Property 型プロパティ

ulpOfOne

The unit in the last place of 1.0. 1.0の最終桁単位。

Declaration 宣言

static var ulpOfOne: Float { get }

Discussion 解説

The positive difference between 1.0 and the next greater representable number. The ulpOfOne constant corresponds to the C macros FLT_EPSILON, DBL_EPSILON, and others with a similar purpose. 1.0と次により大きい表現可能な数との間の正の差異。ulpOfOne定数は、CマクロFLT_EPSILONDBL_EPSILON、そして類似した目的を持つ他のものに相当します。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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