init?<Source>(exactly: Source)
Creates a new instance from the given value, if it can be represented exactly.
新しいインスタンスをこの与えられた値から作成します、もしそれが正確に表現できるならば。
Availability
Technology
init?<Source>(exactly value: Source) where Source : BinaryInteger
RawSignificand
conforms to FixedWidthInteger
.
RawSignificand
がFixedWidthInteger
に準拠する時に利用可能です。
value
The integer to convert to a floating-point value. 浮動小数点値へ変換されることになる整数。
If the given integer cannot be represented exactly, the result is nil
.
与えられた整数が正確に表現できないならば、結果はnil
です。
init?<Source>(exactly: Source)