TermModel.IsOperation Method

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

Returns a value that indicates whether a specified row index is associated with an operation row.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if the row index is associated with an operation row; false if the row index is associated with a variable or a constant row.

Implements

ITermModel.IsOperation(Int32)

.NET Framework Security

See Also

Reference

TermModel Class

Microsoft.SolverFoundation.Services Namespace