HybridLocalSearchModel.IRowVariableModel.IsRow 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 variable index is a row.

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

Syntax

'Declaration
Private Function IsRow ( _
    vid As Integer _
) As Boolean Implements IRowVariableModel.IsRow
bool IRowVariableModel.IsRow(
    int vid
)
private:
virtual bool IsRow(
    int vid
) sealed = IRowVariableModel::IsRow
private abstract IsRow : 
        vid:int -> bool 
private override IsRow : 
        vid:int -> bool 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Boolean
true if the variable index is a row; otherwise, false.

Implements

IRowVariableModel.IsRow(Int32)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace