Share via


ITermModel.GetOperand Method

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

Returns the variable index associated with an operand.

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

Syntax

'Declaration
Function GetOperand ( _
    vid As Integer, _
    index As Integer _
) As Integer
int GetOperand(
    int vid,
    int index
)
int GetOperand(
    int vid, 
    int index
)
abstract GetOperand : 
        vid:int * 
        index:int -> int 
function GetOperand(
    vid : int, 
    index : int
) : int

Parameters

  • index
    Type: System.Int32
    The index used to look up values.

Return Value

Type: System.Int32
The row or variable index of the operand.

.NET Framework Security

See Also

Reference

ITermModel Interface

Microsoft.SolverFoundation.Services Namespace