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

raising(toPower:)

Raises the number to a given power. この数をある与えられた数まで累乗します。

Declaration 宣言

func raising(toPower power: Int) -> NSDecimalNumber

Parameters パラメータ

power

The power to which to raise the receiver. それまでレシーバを累乗することになる冪指数。

Return Value 戻り値

A new NSDecimalNumber object whose value is the value of the receiver raised to the power power. 新しいNSDecimalNumberオブジェクト、それの持つ値はpower乗したレシーバの値です。

Discussion 議論

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

See Also 参照

Performing Arithmetic 算術の実行

Related Documentation 関連文書