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.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

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

Parameters

Return Value

Type: System.Double
The value of the variable.

Remarks

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

.NET Framework Security

See Also

Reference

INonlinearSolution Interface

Microsoft.SolverFoundation.Services Namespace