GeneralCurve.FindRoots Method

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

Definition

Namespace: Extreme.Mathematics.Curves
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

This method attempts to find a single zero of the function.

See Also