---
title: "+(_:_:)"
framework: foundation
role: symbol
role_heading: Operator
path: "foundation/measurement/+(_:_:)-4fsbl"
---

# +(_:_:)

Adds two measurements of the same dimension.

## Declaration

```swift
static func + (lhs: Measurement<UnitType>, rhs: Measurement<UnitType>) -> Measurement<UnitType>
```

## Parameters

- `lhs`: The first measurement.
- `rhs`: The second measurement.

## Return Value

Return Value The result of adding the two measurements.

## See Also

### Operating on a Measurement

- [*(_:_:)](foundation/measurement/*(_:_:)-1d26c.md)
- [*(_:_:)](foundation/measurement/*(_:_:)-5tv8a.md)
- [+(_:_:)](foundation/measurement/+(_:_:)-9lejn.md)
- [-(_:_:)](foundation/measurement/-(_:_:)-2nnoy.md)
- [-(_:_:)](foundation/measurement/-(_:_:)-1a47h.md)
- [/(_:_:)](foundation/measurement/_(_:_:)-98s40.md)
- [/(_:_:)](foundation/measurement/_(_:_:)-71kwk.md)
