Click or drag to resize
UomMeasureTGreaterThan Operator (Double, UomMeasureT)
Returns True if value is greater than measure, otherwise returns False.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static bool operator >(
	double v,
	UomMeasure<T> m1
)

Parameters

v
Type: SystemDouble
m1
Type: FDF.CommonUomMeasureT

Return Value

Type: Boolean
Remarks