Gets the set of X-coordinates where the Polynomial
crosses the X-axis.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function FindRoots As Double() |
| C# |
|---|
public override double[] FindRoots () |
| C++ |
|---|
public: virtual array<double>^ FindRoots () override |
Return Value
An array of X-coordinates where the Polynomial crosses the X-axis.
Remarks
In general, a polynomial of degree n
has up to n roots.