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

# temperatureWithoutUnit

## Declaration

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

## Discussion

Discussion Specifies that representations of a measurement with the NSTemperatureUnit unit omit the letter denoting the temperature scale. For example, a temperature measurement with value equal to 72 using the degreeFahrenheit() would be represented as 72° rather than 72°F.

## See Also

### Working with options

- [providedUnit](foundation/measurementformatter/unitoptions-swift.struct/providedunit.md)
- [naturalScale](foundation/measurementformatter/unitoptions-swift.struct/naturalscale.md)
