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