SecondOrderConicModel.GetConicRowCount Method

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

Returns the number of row for the specified cone.

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

Syntax

'Declaration
Public Function GetConicRowCount ( _
    vidRow As Integer _
) As Integer
public int GetConicRowCount(
    int vidRow
)
public:
virtual int GetConicRowCount(
    int vidRow
) sealed
abstract GetConicRowCount : 
        vidRow:int -> int 
override GetConicRowCount : 
        vidRow:int -> int 
public final function GetConicRowCount(
    vidRow : int
) : int

Parameters

Return Value

Type: System.Int32
The number of rows.

Implements

ISecondOrderConicModel.GetConicRowCount(Int32)

.NET Framework Security

See Also

Reference

SecondOrderConicModel Class

Microsoft.SolverFoundation.Services Namespace