Click or drag to resize
DenseLPIterationCount Property
Returns the number of iterations used.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int IterationCount { get; }

Property Value

Type: Int32
An int containing the number of iterations used during the Solve() step.
See Also