Gets and sets the default maximum number of iterations.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.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 1000.

See Also