ITermModel.GetOperands Method

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

Returns all operands that are associated with a variable index.

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

Syntax

'Declaration
Function GetOperands ( _
    vid As Integer _
) As IEnumerable(Of Integer)
IEnumerable<int> GetOperands(
    int vid
)
IEnumerable<int>^ GetOperands(
    int vid
)
abstract GetOperands : 
        vid:int -> IEnumerable<int> 
function GetOperands(
    vid : int
) : IEnumerable<int>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<Int32>
All the variable indexes of the operands.

.NET Framework Security

See Also

Reference

ITermModel Interface

Microsoft.SolverFoundation.Services Namespace