Click or drag to resize

IntervalTAbs Method

Returns the absolute value interval.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Interval<T> Abs()

Return Value

IntervalT
The absolute value interval.
See Also