- decimalNumberByAdding:
Adds this number to another given number.
この数を別の与えられた数に加えます。
- decimalNumberBySubtracting:
Subtracts another given number from this one.
別の与えられた数をこのものから減算します。
- decimalNumberByMultiplyingBy:
Multiplies the number by another given number.
この数を別の与えられた数と乗算します。
- decimalNumberByDividingBy:
Divides the number by another given number.
この数を別の与えられた数で除算します。
- decimalNumberByRaisingToPower:
Raises the number to a given power.
この数をある与えられた数まで累乗します。
- decimalNumberByMultiplyingByPowerOf10:
Multiplies the number by 10 raised to the given power.
この数を別の与えられた冪で累乗された10乗算します。
- decimalNumberByAdding:withBehavior:
Adds this number to another given number using the specified behavior.
この数を別の与えられた数に加算します、指定された挙動を使います。
- decimalNumberBySubtracting:withBehavior:
Subtracts this a given number from this one using the specified behavior.
この与えられた数をこのものから減算します、この指定された挙動を使います。
- decimalNumberByMultiplyingBy:withBehavior:
Multiplies this number by another given number using the specified behavior.
この数を別の与えられた数と乗算します、指定された挙動を使います。
- decimalNumberByDividingBy:withBehavior:
Divides this number by another given number using the specified behavior.
この数を別の与えられた数で除算します、指定された挙動を使います。
- decimalNumberByRaisingToPower:withBehavior:
Raises the number to a given power using the specified behavior.
この数をある与えられた数で累乗します、指定された挙動を使います。