IMSL C# Numerical Library

GenMinRes.MaxIterations Property

The maximum number of iterations allowed.

public int MaxIterations {get; set;}

Property Value

An int specifying the maximum number of iterations allowed.

Remarks

By default, MaxIterations = 1000.

Exceptions

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

See Also

GenMinRes Class | Imsl.Math Namespace