Initializer

init(_:)

Creates a new instance that approximates the given value. 与えられた値におおよそ相当する新しいインスタンスを作成します。

Declaration 宣言

init(_ value: CGFloat)

Parameters パラメータ

value

The value to use for the new instance. 新しいインスタンスのために使う値。

Discussion 解説

The value of value is rounded to a representable value, if necessary. A NaN passed as value results in another NaN, with a signaling NaN value converted to quiet NaN. valueの値は、必要ならば、表現可能な値へと丸められます。valueとして渡されるNaNは、シグナルNaN値はクワイエットNaNに変換されて、別のNaNという結果になります。

See Also 参照

Converting Floating-Point Values 浮動小数点値の変換