Function 関数

NSDecimalCopy

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

Declaration 宣言

void NSDecimalCopy(NSDecimal *destination, const NSDecimal *source);

Discussion 議論

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

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