InteriorPointSolver.ILinearSolverSensitivityReport.GetVariableRange Method

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

Returns the range of a variable.

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

Syntax

'Declaration
Private Function GetVariableRange ( _
    vid As Integer _
) As LinearSolverSensitivityRange Implements ILinearSolverSensitivityReport.GetVariableRange
LinearSolverSensitivityRange ILinearSolverSensitivityReport.GetVariableRange(
    int vid
)
private:
virtual LinearSolverSensitivityRange GetVariableRange(
    int vid
) sealed = ILinearSolverSensitivityReport::GetVariableRange
private abstract GetVariableRange : 
        vid:int -> LinearSolverSensitivityRange 
private override GetVariableRange : 
        vid:int -> LinearSolverSensitivityRange 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.LinearSolverSensitivityRange
The range of the variable.

Implements

ILinearSolverSensitivityReport.GetVariableRange(Int32)

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace