Share via


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 variable range.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ILinearSolverSensitivityReport Interface

Microsoft.SolverFoundation.Services Namespace