init?<Source>(exactly: Source)
Creates a new value, if the given integer can be represented exactly.
与えられた整数が正確に表現できるならば、新しい値を作成します。
init?<Source>(exactly: Source)
Creates a new value, if the given integer can be represented exactly.
与えられた整数が正確に表現できるならば、新しい値を作成します。
init?(exactly: Double)
Creates a new instance initialized to the given value, if it can be represented without rounding.
それが丸めなしに表されるならば、与えられた値に初期化される新しいインスタンスを作成します。
init?(exactly: Float)
Creates a new instance initialized to the given value, if it can be represented without rounding.
それが丸めなしに表されるならば、与えられた値に初期化される新しいインスタンスを作成します。
init?(exactly: Float16)
Creates a new instance initialized to the given value, if it can be represented without rounding.
それが丸めなしに表されるならば、与えられた値に初期化される新しいインスタンスを作成します。
init?(exactly: Float80)
Creates a new instance initialized to the given value, if it can be represented without rounding.
それが丸めなしに表されるならば、与えられた値に初期化される新しいインスタンスを作成します。