static public method DecimalMeasurement<T>.op_GreaterThan

Brief

Checks whether the measurement is greater than another

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

Parameters
v1
v2

Declared in DecimalMeasurement<T>

back