LinearModel.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 non-zero coefficients for the given row index.

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

Syntax

'Declaration
Public Overridable Function GetRowEntryCount ( _
    vid As Integer _
) As Integer
public virtual int GetRowEntryCount(
    int vid
)
public:
virtual int GetRowEntryCount(
    int vid
)
abstract GetRowEntryCount : 
        vid:int -> int 
override GetRowEntryCount : 
        vid:int -> int 
public function GetRowEntryCount(
    vid : int
) : int

Parameters

Return Value

Type: System.Int32
The number of non-zero coefficients for the given row index.

Implements

ILinearModel.GetRowEntryCount(Int32)

.NET Framework Security

See Also

Reference

LinearModel Class

Microsoft.SolverFoundation.Services Namespace