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
- vid
Type: System.Int32
The variable index of an operand.
- 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
- 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.