Click or drag to resize

CubicSplineExtrema Method

Returns the t values in the domain of the spline for which it takes the minimum and maximum value.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Tuple<double, double> Extrema()

Return Value

TupleDouble, Double
A tuple containing the t value for which the spline is minimum in the first component and maximum in the second component
See Also