static public method DecimalMeasurement<T>.op_LessThan

Brief

Checks whether the measurement is less than another

Declaration
C#
bool  op_LessThan (DecimalMeasurement<T> v1, DecimalMeasurement<T> v2)

Parameters
v1
v2

Declared in DecimalMeasurement<T>

back