Gets and sets the default number of iterations.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

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

See Also