The number of iterations used to compute a minimum.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.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 ();
}

Field Value

An int specifying the number of iterations used to compute the minimum.

See Also