Function 関数

NSDecimalCompact(_:)

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

Declaration 宣言

func NSDecimalCompact(_ number: UnsafeMutablePointer<Decimal>)

Discussion 議論

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

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

See Also 参照

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