ISecondOrderConicModel.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 rows for a specified cone.

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

Syntax

'Declaration
Function GetConicRowCount ( _
    vidRow As Integer _
) As Integer
int GetConicRowCount(
    int vidRow
)
int GetConicRowCount(
    int vidRow
)
abstract GetConicRowCount : 
        vidRow:int -> int 
function GetConicRowCount(
    vidRow : int
) : int

Parameters

Return Value

Type: System.Int32
The number of rows.

.NET Framework Security

See Also

Reference

ISecondOrderConicModel Interface

Microsoft.SolverFoundation.Services Namespace