M_Rhino_Geometry_Interval_op_Addition - mcneel/rhinocommon-api-docs GitHub Wiki

Interval.Addition Operator (Interval, Double)

Shifts a Interval by a specific amount (addition).

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Interval operator +(
	Interval interval,
	double number
)

VB

Public Shared Operator + ( 
	interval As Interval,
	number As Double
) As Interval

Parameters

 

interval
Type: Rhino.Geometry.Interval
The interval to be used as a base.
number
Type: System.Double
The shifting value.

Return Value

Type: Interval
A new interval where T0 and T1 are summed with number.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interval Structure
Addition Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️