CubicSpline.FindRoots Method

Gets the set of X-coordinates where the curve crosses the X-axis.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override double[] FindRoots()

Return Value

Double[]
An array of X-coordinates where the curve crosses the X-axis.

Remarks

In rare cases, a root may be included twice if it coincides with a data point.

See Also