static public method DecimalMeasurement<T>.op_GreaterThanOrEqual

Brief

Checks whether the measurement is greater than or equal to another

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

Parameters
v1
v2

Declared in DecimalMeasurement<T>

back