INonlinearSolution.GetSolutionValue Method

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

Returns the objective value of a goal.

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

Syntax

'Declaration
Function GetSolutionValue ( _
    goalIndex As Integer _
) As Double
double GetSolutionValue(
    int goalIndex
)
double GetSolutionValue(
    int goalIndex
)
abstract GetSolutionValue : 
        goalIndex:int -> float 
function GetSolutionValue(
    goalIndex : int
) : double

Parameters

Return Value

Type: System.Double
The objective value of the goal.

.NET Framework Security

See Also

Reference

INonlinearSolution Interface

Microsoft.SolverFoundation.Services Namespace