DenseLPIterationCount Property |
Returns the number of iterations used.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int IterationCount { get; }
Public ReadOnly Property IterationCount As Integer
Get
public:
property int IterationCount {
int get ();
}
member IterationCount : int with get
Property Value
Type:
Int32
An
int containing the number of iterations used during the Solve() step.
See Also