ILinearModel.GetVariableEntryCount 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 column variable index.

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

Syntax

'Declaration
Function GetVariableEntryCount ( _
    vid As Integer _
) As Integer
int GetVariableEntryCount(
    int vid
)
int GetVariableEntryCount(
    int vid
)
abstract GetVariableEntryCount : 
        vid:int -> int 
function GetVariableEntryCount(
    vid : int
) : int

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace