Gets and sets the maximum number of iterations for this solver. The algorithm will continue to iterate until a convergence test is passed, or an error occurs, or the maximum number of iterations is exceeded.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int MaxIterations { get; set; }
Visual Basic (Declaration)
Public Property MaxIterations As Integer
Visual C++
public:
property int MaxIterations {
	int get ();
	void set (int value);
}

See Also