The maximum number of iterations allowed.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public int MaximumIterations { get; set; } |
Visual Basic (Declaration) |
---|
Public Property MaximumIterations As Integer |
Visual C++ |
---|
public: property int MaximumIterations { int get (); void set (int value); } |
Field Value
An int specifying the maximum number of iterations allowed.
Remarks
By default, MaximumIterations is set to 200.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if MaximumIterations is less than or equal to 0 |