GeneralCurve<T>.FindRoots Method

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

Definition

Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public override T[] FindRoots()

Return Value

T[]
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