Click or drag to resize

IntervalTAddition Operator

Adds two intervals together and returns their sum.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Interval<T> operator +(
	Interval<T> augend,
	Interval<T> addend
)

Parameters

augend  IntervalT
The augend.
addend  IntervalT
The addend.

Return Value

IntervalT
The sum.

Implements

IAdditionOperatorsTSelf, TOther, TResultAddition(TSelf, TOther)
See Also