static public method DecimalMeasurement<T>.op_LessThanOrEqual

Brief

Checks whether the measurement is less than or equal another

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

Parameters
v1
v2

Declared in DecimalMeasurement<T>

back