Gets the set of X-coordinates where the
Polynomial
crosses the X-axis.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public override double[] FindRoots() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function FindRoots As Double() |
| Visual C++ |
|---|
public:
virtual array<double>^ FindRoots() override |
| F# |
|---|
abstract FindRoots : unit -> float[]
override FindRoots : unit -> float[] |
Return Value
An array of X-coordinates where the
Polynomial crosses the X-axis.
Remarks
See Also