M_Rhino_Geometry_Interval_op_Addition_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Shifts an interval by a specific amount (addition).
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. - interval
- Type: Rhino.Geometry.Interval
The interval to be used as a base.
Type: Interval
A new interval where T0 and T1 are summed with number.
Supported in: 6.0.16224.21491, 5D58w