init<Source>(Source)
Creates a new instance from the given value, rounded to the closest possible representation.
与えられた値から新しいインスタンスを作成します、最も近い可能な表現に丸められます。
init<Source>(Source)
Creates a new value, rounded to the closest possible representation.
新しい値を作成します、最も近い可能な表現へ丸められます。
Available when
RawSignificand
conforms to FixedWidthInteger
.
RawSignificand
がFixedWidthInteger
に準拠する時に利用可能です。