Function 関数

NSDecimalCopy(_:_:)

Copies the value of a decimal number. 10進数の値をコピーします。

Declaration 宣言

func NSDecimalCopy(_ destination: UnsafeMutablePointer<Decimal>, 
                 _ source: UnsafePointer<Decimal>)

Discussion 議論

Copies the value in source to destination. sourceの中の値をdestinationにコピーします。

For more information, see Number and Value Programming Topics. 詳細は、Number and Value Programming Topicsを見てください。

See Also 参照

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