Initializer

init(signOf:magnitudeOf:)

Creates and initializes a decimal with the sign and magnitude of the given decimals. 与えられた10進数の符号と規模を使って、10進数を作成して初期化します。

Declaration 宣言

init(signOf: Decimal, magnitudeOf magnitude: Decimal)

See Also 参照

Creating a Decimal from Another Decimal 10進数を別の10進数から作成する