CompactQuasiNewtonSolver.INonlinearSolution.SolvedGoalCount Property

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

Gets the number of goals being solved.

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

Syntax

'Declaration
Private ReadOnly Property SolvedGoalCount As Integer
    Implements INonlinearSolution.SolvedGoalCount
int INonlinearSolution.SolvedGoalCount { get; }
private:
virtual property int SolvedGoalCount {
    int get () sealed = INonlinearSolution::SolvedGoalCount::get;
}
private abstract SolvedGoalCount : int
private override SolvedGoalCount : int
JScript does not support explicit interface implementations.

Property Value

Type: System.Int32
The number of goals being solved.

Implements

INonlinearSolution.SolvedGoalCount

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolver Class

Microsoft.SolverFoundation.Solvers Namespace