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
- vid
Type: System.Int32
The variable index.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.