RhinoCommon API
IntervalSubtraction Operator (Interval, Double) |
Shifts an interval by a specific amount (subtraction).
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Interval operator -( Interval interval, double number )
Public Shared Operator - ( interval As Interval, number As Double ) As Interval
Parameters
- interval
- Type: Rhino.GeometryInterval
The base interval (minuend). - number
- Type: SystemDouble
The shifting value to be subtracted (subtrahend).
Return Value
Type: IntervalA new interval with [T0-number, T1-number].

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14