GeneralCurve<T>.FindRoots Method
Gets the set of X-coordinates where the curve crosses
the X-axis.
DefinitionPermalink
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.1.0
C#
An array of X-coordinates where the curve crosses the X-axis.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.1.0
public override T[] FindRoots()
Return ValuePermalink
T[]An array of X-coordinates where the curve crosses the X-axis.
RemarksPermalink
This method attempts to find a single zero of the function.