UnconstrainedNonlinearModel.IsRow Method

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

Validates whether the specified id represents a row index

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 a row otherwise false

Implements

IRowVariableModel.IsRow(Int32)

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace