Gets the points where the curve 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 empty Double array.
Remarks
A constant curve never crosses the X-axis.
For the Zero curve, which has all its
points on the X-axis, this method returns an empty array.