Click or drag to resize

LengthUnitLessThanOrEqual Operator

Less than or equal 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_LessThanOrEqual(Rhino.LengthUnit@,Rhino.LengthUnit@)"]

right
Type: RhinoLengthUnit

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

Return Value

Type: Boolean

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

See Also