TermModel.GetOperandCount Method

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

Returns the number of operands that are associated with a specified row or variable index.

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

Syntax

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

Parameters

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

Return Value

Type: System.Int32
The number of operands.

Implements

ITermModel.GetOperandCount(Int32)

.NET Framework Security

See Also

Reference

TermModel Class

Microsoft.SolverFoundation.Services Namespace