Instance Method インスタンスメソッド

decimalNumberByMultiplyingByPowerOf10:

Multiplies the number by 10 raised to the given power. この数を別の与えられた冪で累乗された10乗算します。

Declaration 宣言

- (NSDecimalNumber *)decimalNumberByMultiplyingByPowerOf10:(short)power;

Discussion 議論

This method uses the default behavior when handling calculation errors and when rounding. このメソッドは、計算エラーを取り扱う時と丸めの時に省略時の挙動を使います。

See Also 参照

Performing Arithmetic 算術の実行

Related Documentation 関連文書