Piecewise Linear Curve.Find Roots Method
Gets the set of X-coordinates where the curve crosses
the X-axis.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An array of X-coordinates where the curve crosses the X-axis.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override double[] FindRoots()
Return Value
Double[]An array of X-coordinates where the curve crosses the X-axis.
Remarks
This method returns individual zeros. If two successive data points have zero y-values, then the entire interval is zero. In such a case, only the x-values corresponding to the data points are returned.