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

Syntax

'Declaration
Private Function GetValue ( _
    vid As Integer _
) As Rational Implements IRowVariableModel.GetValue
Rational IRowVariableModel.GetValue(
    int vid
)
private:
virtual Rational GetValue(
    int vid
) sealed = IRowVariableModel::GetValue
private abstract GetValue : 
        vid:int -> Rational 
private override GetValue : 
        vid:int -> Rational 
JScript does not support explicit interface implementations.

Parameters

Return Value

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

Implements

IRowVariableModel.GetValue(Int32)

Remarks

This method is typically used to return solver results.

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace