---
title: "converted(to:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/measurement/converted(to:)"
---

# converted(to:)

Returns a new measurement created by converting to the specified unit.

## Declaration

```swift
func converted(to otherUnit: UnitType) -> Measurement<UnitType>
```

## Parameters

- `otherUnit`: A unit of the same Dimension.

## Return Value

Return Value A converted measurement.

## See Also

### Converting to Other Units

- [convert(to:)](foundation/measurement/convert(to:).md)
