ITermModel.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 associated with a variable index.

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

Syntax

'Declaration
Function GetOperandCount ( _
    vid As Integer _
) As Integer
int GetOperandCount(
    int vid
)
int GetOperandCount(
    int vid
)
abstract GetOperandCount : 
        vid:int -> int 
function GetOperandCount(
    vid : int
) : int

Parameters

Return Value

Type: System.Int32
The number of operands.

.NET Framework Security

See Also

Reference

ITermModel Interface

Microsoft.SolverFoundation.Services Namespace