Contents

-(_:_:)

Subtract two measurements of the same Unit.

Declaration

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

Return Value

A measurement of value lhs.value - rhs.value and unit lhs.unit.

Discussion

See Also

Operating on a Measurement