M_Rhino_Geometry_Interval_op_Addition_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Interval.Addition Operator (Double, Interval)

Shifts an interval by a specific amount (addition).

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

Syntax

C#

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

VB

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

Parameters

 

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

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** ⚠️