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

rounding(accordingToBehavior:)

Returns a rounded version of the decimal number using the specified rounding behavior. この10進数の丸められた版を返します、指定された丸め挙動を使います。

Declaration 宣言

func rounding(accordingToBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber

Discussion 議論

For a description of the different ways of rounding, see the roundingMode method in the NSDecimalNumberBehaviors protocol specification. 丸めの異なる方法の記述のために、roundingModeメソッドをNSDecimalNumberBehaviorsプロトコル仕様において見てください。