IMSL C# Numerical Library

MinUnconMultiVar.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, the maximum number of iterations is set to 100.

Exceptions

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

See Also

MinUnconMultiVar Class | Imsl.Math Namespace