CompactQuasiNewtonModel.IsRow Method

Returns a value that indicates whether a variable index corresponds to a row.

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

Syntax

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

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

CompactQuasiNewtonModel Class

Microsoft.SolverFoundation.Solvers Namespace