Returns the number of iterations used.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

An int containing the number of iterations used during the Solve() step.

See Also