Contents

<(_:_:)

Compare two measurements of the same Unit.

Declaration

static func < <LeftHandSideType, RightHandSideType>(lhs: Measurement<LeftHandSideType>, rhs: Measurement<RightHandSideType>) -> Bool where LeftHandSideType : Unit, RightHandSideType : Unit

Return Value

true if the measurements can be compared and the lhs is less than the rhs converted value.