IInteriorPointStatistics.IterationCount Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the iteration count.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
ReadOnly Property IterationCount As Integer
int IterationCount { get; }
property int IterationCount {
    int get ();
}
abstract IterationCount : int
function get IterationCount () : int

Property Value

Type: System.Int32
The iteration count.

.NET Framework Security

See Also

Reference

IInteriorPointStatistics Interface

Microsoft.SolverFoundation.Solvers Namespace