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

decimalNumberBySubtracting:withBehavior:

Subtracts this a given number from this one using the specified behavior. この与えられた数をこのものから減算します、この指定された挙動を使います。

Declaration 宣言

- (NSDecimalNumber *)decimalNumberBySubtracting:(NSDecimalNumber *)decimalNumber 
                                   withBehavior:(id<NSDecimalNumberBehaviors>)behavior;

Discussion 議論

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

See Also 参照

Performing Arithmetic 算術の実行