ILinearSolution.GetValue Method

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

Gets the value of a variable.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.SolverFoundation.Common.Rational
The value of the variable.

.NET Framework Security

See Also

Reference

ILinearSolution Interface

Microsoft.SolverFoundation.Services Namespace