M_Rhino_Geometry_Interval_op_Subtraction - mcneel/rhinocommon-api-docs GitHub Wiki
Shifts an interval by a specific amount (subtraction).
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Interval operator -(
Interval interval,
double number
)
VB
Public Shared Operator - (
interval As Interval,
number As Double
) As Interval
- interval
- Type: Rhino.Geometry.Interval
The base interval (minuend). - number
- Type: System.Double
The shifting value to be subtracted (subtrahend).
Type: Interval
A new interval with [T0-number, T1-number].
Supported in: 6.0.16224.21491, 5D58w
Interval Structure
Subtraction Overload
Rhino.Geometry Namespace