Skip to content

Operators_T_Rhino_Geometry_Interval

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Interval Operators

The Interval type exposes the following members.

Operators

 

Name Description
Public operatorStatic member Addition(Double, Interval) Shifts an interval by a specific amount (addition).
Public operatorStatic member Addition(Interval, Double) Shifts a Interval by a specific amount (addition).
Public operatorStatic member Equality Determines whether the two Intervals have equal values.
Public operatorStatic member GreaterThan Determines whether the first specified Interval comes after (has superior sorting value than) the second Interval. The lower bound has first evaluation priority.
Public operatorStatic member GreaterThanOrEqual Determines whether the first specified Interval comes after (has superior sorting value than) the second Interval, or is equal to it. The lower bound has first evaluation priority.
Public operatorStatic member Inequality Determines whether the two Intervals have different values.
Public operatorStatic member LessThan Determines whether the first specified Interval comes before (has inferior sorting value than) the second Interval. The lower bound has first evaluation priority.
Public operatorStatic member LessThanOrEqual Determines whether the first specified Interval comes before (has inferior sorting value than) the second Interval, or is equal to it. The lower bound has first evaluation priority.
Public operatorStatic member Subtraction(Double, Interval) Shifts an interval by a specific amount (subtraction).
Public operatorStatic member Subtraction(Interval, Double) Shifts an interval by a specific amount (subtraction).
  Back to Top

See Also

Reference

Interval Structure
Rhino.Geometry Namespace

Clone this wiki locally