IRowVariableModel.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 that is associated with a variable index.
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
- vid
Type: System.Int32
The variable index.
Return Value
Type: Microsoft.SolverFoundation.Common.Rational
The value of the variable.
Remarks
This method is typically used to return solver results.
.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.