HybridLocalSearchModel.GetOperandCount Method

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

Gets the number of operands associated with a vid.

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

Syntax

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

Parameters

Return Value

Type: System.Int32
The count of the number of operands.

Implements

ITermModel.GetOperandCount(Int32)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace