Initializer

init(_:)

Creates a new instance from the given value, rounded to the closest possible representation. 与えられた値から新しいインスタンスを作成します、最も近い可能な表現に丸められます。

Declaration 宣言

init(_ value: Float)

Parameters パラメータ

value

A floating-point value to be converted. 変換されることになる浮動小数点値。

Default Implementations 省略時実装

BinaryFloatingPoint Implementations バイナリ浮動小数点の実装

See Also 参照

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