TermModel.GetOperand Method

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

Returns an operand that is associated with a row or variable index.

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

Syntax

'Declaration
Public Function GetOperand ( _
    vid As Integer, _
    index As Integer _
) As Integer
public int GetOperand(
    int vid,
    int index
)
public:
virtual int GetOperand(
    int vid, 
    int index
) sealed
abstract GetOperand : 
        vid:int * 
        index:int -> int 
override GetOperand : 
        vid:int * 
        index:int -> int 
public final function GetOperand(
    vid : int, 
    index : int
) : int

Parameters

  • vid
    Type: System.Int32
    The row or variable index of the operand.
  • index
    Type: System.Int32
    The index used to look up values.

Return Value

Type: System.Int32
The operand.

Implements

ITermModel.GetOperand(Int32, Int32)

.NET Framework Security

See Also

Reference

TermModel Class

Microsoft.SolverFoundation.Services Namespace