init<T>(T)
Creates an integer from the given floating-point value, rounding toward zero. Any fractional part of the value passed as
source
is removed.
与えられた浮動小数点値から整数を作成します、ゼロへの丸めを行います。source
として渡される値の小数部分は何であれ取り除かれます。
init(Double)
Creates an integer from the given floating-point value, rounding toward zero.
与えられた浮動小数点値から整数を作成します、ゼロへの丸めを行います。
init(Float)
Creates an integer from the given floating-point value, rounding toward zero.
与えられた浮動小数点値から整数を作成します、ゼロへの丸めを行います。
init(Float16)
Creates an integer from the given floating-point value, rounding toward zero.
与えられた浮動小数点値から整数を作成します、ゼロへの丸めを行います。
init(Float80)
Creates an integer from the given floating-point value, rounding toward zero.
与えられた浮動小数点値から整数を作成します、ゼロへの丸めを行います。