<(_:_:)
Compare two measurements of the same Unit.
Declaration
static func < <LeftHandSideType, RightHandSideType>(lhs: Measurement<LeftHandSideType>, rhs: Measurement<RightHandSideType>) -> Bool where LeftHandSideType : Unit, RightHandSideType : UnitReturn Value
true if the measurements can be compared and the lhs is less than the rhs converted value.