ILinearModel.GetRowEntryCount 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 nonzero coefficients for the specified row index.

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

Syntax

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

Parameters

Return Value

Type: System.Int32
The number of nonzero coefficients for the row index.

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace