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
- vidOp
Type: System.Int32
The variable id
Return Value
Type: System.Int32
The count of the number of operands.
Implements
ITermModel.GetOperandCount(Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.