RationalCurve.FindRoots Method

Gets the set of X-coordinates where the curve crosses the X-axis.

Definition

Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override double[] FindRoots()

Return Value

Double[]
An array of X-coordinates where the curve crosses the X-axis.

Remarks

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.

See Also