M_Rhino_Geometry_Interval_op_Subtraction_1 - 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 -(
double number,
Interval interval
)VB
Public Shared Operator - (
number As Double,
interval As Interval
) As Interval
- number
- Type: System.Double
The shifting value to subtract from (minuend). - interval
- Type: Rhino.Geometry.Interval
The interval to be subtracted from (subtrahend).
Type: Interval
A new interval with [number-T0, number-T1].
Supported in: 6.0.16224.21491, 5D58w
Interval Structure
Subtraction Overload
Rhino.Geometry Namespace