CompactQuasiNewtonSolver.NumberOfIterations Property

Gets the number of completed iterations.

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

Syntax

'Declaration
Public Overridable ReadOnly Property NumberOfIterations As Integer
    Get
public virtual int NumberOfIterations { get; }
public:
virtual property int NumberOfIterations {
    int get ();
}
abstract NumberOfIterations : int
override NumberOfIterations : int
function get NumberOfIterations () : int

Property Value

Type: System.Int32
The number of completed iterations.

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolver Class

CompactQuasiNewtonSolver Members

Microsoft.SolverFoundation.Solvers Namespace