Gets the set of X-coordinates where the curve crosses
the X-axis.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public override double[] FindRoots()
Public Overrides Function FindRoots As Double()
public:
virtual array<double>^ FindRoots() override
abstract FindRoots : unit -> float[]
override FindRoots : unit -> float[]
Return Value
Type:
DoubleAn array of X-coordinates where the curve
crosses the X-axis.
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.
Reference