TermModel.IsConstant 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 row index is associated with a constant row.

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

Syntax

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

Parameters

Return Value

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

Implements

ITermModel.IsConstant(Int32)

.NET Framework Security

See Also

Reference

TermModel Class

Microsoft.SolverFoundation.Services Namespace