TermModel.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 row or variable index.

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

Syntax

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

Parameters

  • vid
    Type: System.Int32
    The row or variable index of an operand.

Return Value

Type: System.Collections.Generic.IEnumerable<Int32>
The variable indexes of all operands.

Implements

ITermModel.GetOperands(Int32)

.NET Framework Security

See Also

Reference

TermModel Class

Microsoft.SolverFoundation.Services Namespace