Click or drag to resize
ZeroPolynomialMaximumIterations Property
The maximum number of iterations allowed.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int MaximumIterations { get; set; }

Property Value

Type: Int32
An int which specifies the maximum number of iterations allowed. The default value is 30.
Exceptions
ExceptionCondition
ArgumentException is thrown if MaxIterations is less than or equal to zero
See Also