SimplexSolver.CostingUsedDouble Property

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

Gets the costing used for double arithmetic.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CostingUsedDouble As SimplexCosting
public virtual SimplexCosting CostingUsedDouble { get; }
public:
virtual property SimplexCosting CostingUsedDouble {
    SimplexCosting get ();
}
abstract CostingUsedDouble : SimplexCosting
override CostingUsedDouble : SimplexCosting
function get CostingUsedDouble () : SimplexCosting

Property Value

Type: Microsoft.SolverFoundation.Solvers.SimplexCosting
The costing used for double arithmetic.

Implements

ILinearSimplexStatistics.CostingUsedDouble

.NET Framework Security

See Also

Reference

SimplexSolver Class

Microsoft.SolverFoundation.Solvers Namespace