SecondOrderConicModel.GetConicRowIndexes Method

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

Returns the rows for the specified cone.

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

Syntax

'Declaration
Public Function GetConicRowIndexes ( _
    vidRow As Integer _
) As IEnumerable(Of Integer)
public IEnumerable<int> GetConicRowIndexes(
    int vidRow
)
public:
virtual IEnumerable<int>^ GetConicRowIndexes(
    int vidRow
) sealed
abstract GetConicRowIndexes : 
        vidRow:int -> IEnumerable<int> 
override GetConicRowIndexes : 
        vidRow:int -> IEnumerable<int> 
public final function GetConicRowIndexes(
    vidRow : int
) : IEnumerable<int>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<Int32>
The rows for the specified cone.

Implements

ISecondOrderConicModel.GetConicRowIndexes(Int32)

.NET Framework Security

See Also

Reference

SecondOrderConicModel Class

Microsoft.SolverFoundation.Services Namespace