M_Rhino_Geometry_Interval_op_GreaterThan - mcneel/rhinocommon-api-docs GitHub Wiki

Interval.GreaterThan Operator

Determines whether the first specified Interval comes after (has superior sorting value than) the second Interval. The lower bound has first evaluation priority.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static bool operator >(
	Interval a,
	Interval b
)

VB

Public Shared Operator > ( 
	a As Interval,
	b As Interval
) As Boolean

Parameters

 

a
Type: Rhino.Geometry.Interval
First interval.
b
Type: Rhino.Geometry.Interval
Second interval.

Return Value

Type: Boolean
true if a[0] is larger than b[0], or a[0] == b[0] and a[1] is larger than b[1]; otherwise, false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interval Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️