---
title: roundingMode
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/numberformatter/roundingmode-swift.property
---

# roundingMode

The rounding mode used by the receiver.

## Declaration

```swift
var roundingMode: NumberFormatter.RoundingMode { get set }
```

## See Also

### Configuring Rounding Behavior

- [roundingBehavior](foundation/numberformatter/roundingbehavior.md)
- [NSDecimalNumberHandler](foundation/nsdecimalnumberhandler.md)
- [roundingIncrement](foundation/numberformatter/roundingincrement.md)
