ILinearSolverSensitivityReport.GetDualValue Method

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

Returns the dual value for a row constraint.

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

Syntax

'Declaration
Function GetDualValue ( _
    vidRow As Integer _
) As Rational
Rational GetDualValue(
    int vidRow
)
Rational GetDualValue(
    int vidRow
)
abstract GetDualValue : 
        vidRow:int -> Rational 
function GetDualValue(
    vidRow : int
) : Rational

Parameters

Return Value

Type: Microsoft.SolverFoundation.Common.Rational
The dual value for the row constraint.

.NET Framework Security

See Also

Reference

ILinearSolverSensitivityReport Interface

Microsoft.SolverFoundation.Services Namespace