ILinearModel.GetVariableEntries Method

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

Gets a collection of non-zero column entries for the specified column variable index.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace