CubicSplineExtrema Method |
Returns the t values in the domain of the spline for which it takes the minimum and maximum value.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Tuple<double, double> Extrema()
Return Value
TupleDouble,
DoubleA tuple containing the t value for which the spline is minimum in the first component and maximum in the second component
See Also