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

multiplying(byPowerOf10:)

Multiplies the number by 10 raised to the given power. この数を別の与えられた冪で累乗された10乗算します。

Declaration 宣言

func multiplying(byPowerOf10 power: Int16) -> NSDecimalNumber

Discussion 議論

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

See Also 参照

Performing Arithmetic 算術の実行

Related Documentation 関連文書