EquationSolver<T>.DefaultMaxIterations Field

Specifies the default maximum number of iterations to use when approximating the roots of the target function.

Definition

Namespace: Numerics.NET.EquationSolvers.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public const int DefaultMaxIterations = 52

Field Value

Int32

See Also