---
title: naturalScale
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/measurementformatter/unitoptions-swift.struct/naturalscale
---

# naturalScale

## Declaration

```swift
static var naturalScale: MeasurementFormatter.UnitOptions { get }
```

## Discussion

Discussion Specifies that representations of measurements are reduced and converted into a more convenient unit, when possible. For example, a quantity of 12000 meters would be represented as 12 kilometers.

## See Also

### Working with options

- [providedUnit](foundation/measurementformatter/unitoptions-swift.struct/providedunit.md)
- [temperatureWithoutUnit](foundation/measurementformatter/unitoptions-swift.struct/temperaturewithoutunit.md)
