EigenMaxIterations Property |
The maximum number of iterations.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int MaxIterations { get; set; }
Public Overridable Property MaxIterations As Integer
Get
Set
public:
virtual property int MaxIterations {
int get ();
void set (int value);
}
abstract MaxIterations : int with get, set
override MaxIterations : int with get, set
Property Value
Type:
Int32 An
int containing the
maximum number of iterations.
Default: MaxIterations = 50.
Remarks The maximum number of iterations must be
greater than 0.
See Also