roundingMode()
Returns the way that NSDecimalNumber’s decimalNumberBy... methods round their return values.
Declaration
func roundingMode() -> NSDecimalNumber.RoundingModeReturn Value
Returns the current rounding mode. See NSDecimalNumber.RoundingMode for possible values.
See Also
Related Documentation
- Number and Value Programming Topics