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 virtual double[] FindRoots()
Public Overridable Function FindRoots As Double()
public:
virtual array<double>^ FindRoots()
abstract FindRoots : unit -> float[]
override FindRoots : unit -> float[]
Return Value
Type:
DoubleAn array of X-coordinates where the curve
crosses the X-axis.
When implemented by a derived class, this method returns
at least one of the zeros of the curve, if it has one. By default,
this method returns an empty array, indicating that no zeros were
found.
Reference