ILinearModel.GetRowEntries Method

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

Returns the collection of nonzero variable entries.

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

Syntax

'Declaration
Function GetRowEntries ( _
    vidRow As Integer _
) As IEnumerable(Of LinearEntry)
IEnumerable<LinearEntry> GetRowEntries(
    int vidRow
)
IEnumerable<LinearEntry>^ GetRowEntries(
    int vidRow
)
abstract GetRowEntries : 
        vidRow:int -> IEnumerable<LinearEntry> 
function GetRowEntries(
    vidRow : int
) : IEnumerable<LinearEntry>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<LinearEntry>
The collection of nonzero variable entries.

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace