HybridLocalSearchSolver.INonlinearSolution.GetValue Method

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

Returns the value of the specified variable.

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

Syntax

'Declaration
Private Function GetValue ( _
    vid As Integer _
) As Double Implements INonlinearSolution.GetValue
double INonlinearSolution.GetValue(
    int vid
)
private:
virtual double GetValue(
    int vid
) sealed = INonlinearSolution::GetValue
private abstract GetValue : 
        vid:int -> float 
private override GetValue : 
        vid:int -> float 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Double
The value of the variable.

Implements

INonlinearSolution.GetValue(Int32)

Remarks

The value depends on the solution status and can be finite, infinite, or indeterminate.

.NET Framework Security

See Also

Reference

HybridLocalSearchSolver Class

Microsoft.SolverFoundation.Solvers Namespace