Click or drag to resize

LengthUnitGreaterThan Operator

Greater than operator.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static bool operator >(
	 in LengthUnit left,
	 in LengthUnit right
)

Parameters

left
Type: RhinoLengthUnit

[Missing <param name="left"/> documentation for "M:Rhino.LengthUnit.op_GreaterThan(Rhino.LengthUnit@,Rhino.LengthUnit@)"]

right
Type: RhinoLengthUnit

[Missing <param name="right"/> documentation for "M:Rhino.LengthUnit.op_GreaterThan(Rhino.LengthUnit@,Rhino.LengthUnit@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.LengthUnit.op_GreaterThan(Rhino.LengthUnit@,Rhino.LengthUnit@)"]

See Also