init(integerLiteral : Int64)
Creates an instance initialized to the specified integer value.
指定された整数値に初期化されるインスタンスを作成します。
init(floatLiteral : Float)
Creates an instance initialized to the specified floating-point value.
指定された浮動小数点値に初期化されるインスタンスを作成します。
init(integerLiteral : Float)
Creates an instance initialized to the specified integer value.
指定された整数値に初期化されるインスタンスを作成します。
func advanced(by: Float) -> Float
Returns a value that is offset the specified distance from this value.
指定の隔たりをこの値からオフセットされたある値を返します。
func distance(to: Float) -> Float
Returns the distance from this value to the given value, expressed as a stride.
この値から特定の値までの隔たりを返します、ストライドとして表されます。
func write<Target>(to: inout Target)
Writes a textual representation of this instance into the given output stream.
このインスタンスのテキスト表現を与えられた出力ストリームへ書き出します。