CODMeasure::operator<

BOOLCODMeasure::operator<(const CODMeasure&m)

Is this measurement less than.

Defined in: OdMeasure.cpp

Return Value

TRUE if this measurement is less than the input measurement; otherwise FALSE.

Parameters

m

Reference to input measurement.

Comments

This function converts the incoming measurement to the unit of measurement used by the target measurement before comparing the values.