Click or drag to resize

IntervalTAdd Method

Adds two intervals and returns the sum.

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

Parameters

augend  IntervalT
The augend.
addend  IntervalT
The addend.

Return Value

IntervalT
The sum.
See Also