Gets the number of iterations performed in the most recent computation.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.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