IInteriorPointStatistics.Dual Property

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

Gets the dual version of the objective.

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

Syntax

'Declaration
ReadOnly Property Dual As Double
double Dual { get; }
property double Dual {
    double get ();
}
abstract Dual : float
function get Dual () : double

Property Value

Type: System.Double
The dual version of the objective.

.NET Framework Security

See Also

Reference

IInteriorPointStatistics Interface

Microsoft.SolverFoundation.Solvers Namespace