IMSL C# Numerical Library

ZeroSystem.MaximumIterations Property

The maximum number of iterations allowed.

public int MaximumIterations {get; set;}

Property Value

An int specifying the maximum number of iterations allowed.

Remarks

The default value is 200.

Exceptions

Exception Type Condition
ArgumentException is thrown if MaxIterations is less than or equal to zero

See Also

ZeroSystem Class | Imsl.Math Namespace