Contents

+(_:_:)

Add two measurements.

Declaration

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

Parameters

  • lhs:

    A measurement to add.

  • rhs:

    Another measurement to add.

Return Value

The result of adding the two measurements.

See Also

Operating on a Measurement