CubicSpline.FindRoots Method
Gets the set of X-coordinates where the curve crosses
the X-axis.
DefinitionPermalink
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
An array of X-coordinates where the curve crosses the X-axis.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public override double[] FindRoots()
Return ValuePermalink
Double[]An array of X-coordinates where the curve crosses the X-axis.
RemarksPermalink
In rare cases, a root may be included twice if it coincides with a data point.