Contents

+(_:_:)

Adds two measurements of the same dimension.

Declaration

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

Parameters

  • lhs:

    The first measurement.

  • rhs:

    The second measurement.

Return Value

The result of adding the two measurements.

See Also

Operating on a Measurement