Contents

roundingMode()

Returns the way that NSDecimalNumber’s decimalNumberBy... methods round their return values.

Declaration

func roundingMode() -> NSDecimalNumber.RoundingMode

Return Value

Returns the current rounding mode. See NSDecimalNumber.RoundingMode for possible values.

See Also

Related Documentation

  • Number and Value Programming Topics

Rounding