LinearModel.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 non-zero variable entries.

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

Syntax

'Declaration
Public Function GetRowEntries ( _
    vidRow As Integer _
) As IEnumerable(Of LinearEntry)
public IEnumerable<LinearEntry> GetRowEntries(
    int vidRow
)
public:
virtual IEnumerable<LinearEntry>^ GetRowEntries(
    int vidRow
) sealed
abstract GetRowEntries : 
        vidRow:int -> IEnumerable<LinearEntry> 
override GetRowEntries : 
        vidRow:int -> IEnumerable<LinearEntry> 
public final function GetRowEntries(
    vidRow : int
) : IEnumerable<LinearEntry>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<LinearEntry>
The collection of non-zero variable entries.

Implements

ILinearModel.GetRowEntries(Int32)

.NET Framework Security

See Also

Reference

LinearModel Class

Microsoft.SolverFoundation.Services Namespace