SecondOrderConicModel.IsConicRow 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 is a conic row.

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

Syntax

'Declaration
Public Overridable Function IsConicRow ( _
    vidRow As Integer _
) As Boolean
public virtual bool IsConicRow(
    int vidRow
)
public:
virtual bool IsConicRow(
    int vidRow
)
abstract IsConicRow : 
        vidRow:int -> bool 
override IsConicRow : 
        vidRow:int -> bool 
public function IsConicRow(
    vidRow : int
) : boolean

Parameters

Return Value

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

Implements

ISecondOrderConicModel.IsConicRow(Int32)

.NET Framework Security

See Also

Reference

SecondOrderConicModel Class

Microsoft.SolverFoundation.Services Namespace