init<Source>(Source)
Creates a new instance from the given value, rounded to the closest possible representation.
与えられた値から新しいインスタンスを作成します、最も近い可能な表現に丸められます。
init<Source>(Source)
Creates a new value, rounded to the closest possible representation.
新しい値を作成します、最も近い可能な表現へ丸められます。
init(Double)
Creates a new instance that approximates the given value.
与えられた値におおよそ相当する新しいインスタンスを作成します。
init(Float)
Creates a new instance initialized to the given value.
与えられた値に初期化される新しいインスタンスを作成します。
init(Float80)
Creates a new instance that approximates the given value.
与えられた値におおよそ相当する新しいインスタンスを作成します。
init(CGFloat)
Creates a new instance that approximates the given value.
与えられた値におおよそ相当する新しいインスタンスを作成します。
init(signOf : Float, magnitudeOf : Float)
Creates a new floating-point value using the sign of one value and the magnitude of another.
ある値の符号ともう一方の規模とを使って新しい浮動小数点値を作成します。
init(sign: FloatingPointSign, exponent: Int, significand: Float)
Creates a new value from the given sign, exponent, and significand.
与えられた符号、指数、そして仮数から新しい値を作成します。