NelderMeadSolver.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 a 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
A variable id.
Return Value
Type: System.Double
The variable value.
Implements
INonlinearSolution.GetValue(Int32)
.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.