EquationSystemSolver.DefaultMaxIterations Field

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

Definition

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

Field Value

Int32

See Also