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

subtracting(_:)

Subtracts another given number from this one. 別の与えられた数をこのものから減算します。

Declaration 宣言

func subtracting(_ decimalNumber: NSDecimalNumber) -> NSDecimalNumber

Parameters パラメータ

decimalNumber

The number to subtract from the receiver. レシーバから減じることになる数。

Return Value 戻り値

A new NSDecimalNumber object whose value is decimalNumber subtracted from the receiver. 新しいNSDecimalNumberオブジェクト、それの持つ値はdecimalNumberをレシーバから引いたものです。

Discussion 議論

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

See Also 参照

Performing Arithmetic 算術の実行

Related Documentation 関連文書