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

raising(toPower:withBehavior:)

Raises the number to a given power using the specified behavior. この数をある与えられた数で累乗します、指定された挙動を使います。

Declaration 宣言

func raising(toPower power: Int, 
withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber

Discussion 議論

behavior specifies the handling of calculation errors and rounding. behaviorは、計算エラー取り扱いおよび丸めを指定します。

See Also 参照

Performing Arithmetic 算術の実行