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
- vid
Type: System.Int32
The variable index.
Return Value
Type: System.Int32
The number of nonzero coefficients for the column variable index.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.