Skip to content

Interval.Addition (Interval, Double)

Public Operator

Shifts a Interval by a specific amount (addition).

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

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

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.