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

# +(_:_:)

Add two measurements.

## Declaration

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

## Parameters

- `lhs`: A measurement to add.
- `rhs`: Another measurement to add.

## 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/+(_:_:)-4fsbl.md)
- [-(_:_:)](foundation/measurement/-(_:_:)-2nnoy.md)
- [-(_:_:)](foundation/measurement/-(_:_:)-1a47h.md)
- [/(_:_:)](foundation/measurement/_(_:_:)-98s40.md)
- [/(_:_:)](foundation/measurement/_(_:_:)-71kwk.md)
