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

decimalNumberByMultiplyingByPowerOf10:withBehavior:

Multiplies the number by 10 raised to the given power using the specified behavior. この数を、この与えられた冪指数まで累乗された10と乗算します、指定された挙動を使います。

Declaration 宣言

- (NSDecimalNumber *)decimalNumberByMultiplyingByPowerOf10:(short)power 
                                              withBehavior:(id<NSDecimalNumberBehaviors>)behavior;

Discussion 議論

behavior specifies the handling of calculation errors and rounding. behaviorは、計算エラー取り扱いおよび丸めを指定します。

See Also 参照

Performing Arithmetic 算術の実行