Gets and sets the default maximum number of iterations.

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

Syntax

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

Remarks

Initially set to 100.

See Also