Function 関数

NSDecimalCompact

Compacts the decimal structure for efficiency. 効率のために10進構造体をコンパクトにします。

Declaration 宣言

void NSDecimalCompact(NSDecimal *number);

Discussion 議論

Formats number so that calculations using it will take up as little memory as possible. All the NSDecimal... arithmetic functions expect compact NSDecimal arguments. 数をフォーマットしてください、それでそれを使う計算は、可能な限り小さなメモリをとります。全てのNSDecimal...算術関数は、コンパクトなNSDecimal引数を期待します。

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

See Also 参照

Performing Arithmetic Using References 参照を使って算術を実行する