Gets the total number of iterations performed in the most recent calculation.

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

Syntax

C#
public int Iterations { get; }
Visual Basic (Declaration)
Public ReadOnly Property Iterations As Integer
Visual C++
public:
property int Iterations {
	int get ();
}

See Also