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

multiplying(by:)

Multiplies the number by another given number. この数を別の与えられた数と乗算します。

Declaration 宣言

func multiplying(by decimalNumber: NSDecimalNumber) -> NSDecimalNumber

Parameters パラメータ

decimalNumber

The number by which to multiply the receiver. それとレシーバを乗算する数。

Return Value 戻り値

A new NSDecimalNumber object whose value is decimalNumber multiplied by the receiver. 新しいNSDecimalNumberオブジェクト、それの持つ値はレシーバを掛けたdecimalNumberです。

Discussion 議論

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

See Also 参照

Performing Arithmetic 算術の実行

Related Documentation 関連文書