HybridLocalSearchModel.GetOperand Method

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

Gets an operand associated with a vid.

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

Syntax

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

Parameters

Return Value

Type: System.Int32
The operand.

Implements

ITermModel.GetOperand(Int32, Int32)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace