IMSL C# Numerical Library

ZeroFunction.MaximumIterations Property

The maximum number of iterations allowed per root.

public int MaximumIterations {get; set;}

Property Value

An int specifying the maximum number of iterations allowed per root.

Remarks

The default value is 100.

Exceptions

Exception Type Condition
ArgumentException is thrown if MaxIterations is less than zero

See Also

ZeroFunction Class | Imsl.Math Namespace