init(signOf : Decimal, magnitudeOf : Decimal)
Creates and initializes a decimal with the sign and magnitude of the given decimals.
与えられた10進数の符号と規模を使って、10進数を作成して初期化します。
Availability 有効性
Technology
func NSDecimalCopy(_ destination: UnsafeMutablePointer
<Decimal
>,
_ source: UnsafePointer
<Decimal
>)
Copies the value in source
to destination
.
source
の中の値をdestination
にコピーします。
For more information, see Number and Value Programming Topics. 詳細は、Number and Value Programming Topicsを見てください。
init(signOf : Decimal, magnitudeOf : Decimal)