NSDecimalCompact
Compacts the decimal structure for efficiency.
効率のために10進構造体をコンパクトにします。
NSDecimalAdd
Adds two decimal values.
2つの10進数値を足し算します。
NSDecimalSubtract
Subtracts one decimal value from another.
ある10進数値を別のものから引きます。
NSDecimalMultiply
Multiplies two decimal numbers together.
2つの10進数を互いに掛け合わせます。
NSDecimalMultiplyByPowerOf10
Multiplies a decimal by the specified power of 10.
指定された10の累乗を、ある10進数に掛けます。
NSDecimalRound
Rounds off the decimal value.
10進法値を丸めます。
NSDecimalPower
Raises the decimal value to the specified power.
10進法値を指定累乗します。
NSDecimalNormalize
Normalizes the internal format of two decimal numbers to simplify later operations.
2つの10進法数の内部形式を正規化して、後の演算を簡単にします。
NSRoundingMode
These constants specify rounding behaviors.
これらの定数は、丸め挙動を指定します。
NSCalculationError
Calculation error constants used to describe an error in
exceptionDuringOperation:error:leftOperand:rightOperand:
.
exceptionDuringOperation:error:leftOperand:rightOperand:
におけるエラーを解説するのに使われる計算エラー定数。