Gets the number of iterations used in the estimate of the mimimum just computed.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also