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

adding(_:)

Adds this number to another given number. この数を別の与えられた数に加えます。

Declaration 宣言

func adding(_ decimalNumber: NSDecimalNumber) -> NSDecimalNumber

Parameters パラメータ

decimalNumber

The number to add to the receiver. レシーバに加えることになる数。

Return Value 戻り値

A new NSDecimalNumber object whose value is the sum of the receiver and decimalNumber. 新しいNSDecimalNumberオブジェクト、それの持つ値はレシーバとdecimalNumberの合計です。

Discussion 議論

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

See Also 参照

Performing Arithmetic 算術の実行

Related Documentation 関連文書