HybridLocalSearchModel.GetOperands Method

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

Gets the operands associated with a vid.

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

Syntax

'Declaration
Public Function GetOperands ( _
    vidOp As Integer _
) As IEnumerable(Of Integer)
public IEnumerable<int> GetOperands(
    int vidOp
)
public:
virtual IEnumerable<int>^ GetOperands(
    int vidOp
) sealed
abstract GetOperands : 
        vidOp:int -> IEnumerable<int> 
override GetOperands : 
        vidOp:int -> IEnumerable<int> 
public final function GetOperands(
    vidOp : int
) : IEnumerable<int>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<Int32>
The operands associated with a vid.

Implements

ITermModel.GetOperands(Int32)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace