The maximum number of iterations allowed.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int MaxIterations { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property MaxIterations As Integer |
Visual C++ |
---|
public: virtual property int MaxIterations { int get (); void set (int value); } |
Field Value
An int specifying the maximum number of iterations allowed.Default: MaxIterations is 30.