Gets and sets the number of iterations to perform.

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

Syntax

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

See Also