CompactQuasiNewtonSolver.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 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)

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolver Class

Microsoft.SolverFoundation.Solvers Namespace