Share via


SimplexSolver.UseDouble Property

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

Gets a value that indicates whether a solve attempt is instructed to use double arithmetic.

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

Syntax

'Declaration
Public Overridable ReadOnly Property UseDouble As Boolean
public virtual bool UseDouble { get; }
public:
virtual property bool UseDouble {
    bool get ();
}
abstract UseDouble : bool
override UseDouble : bool
function get UseDouble () : boolean

Property Value

Type: System.Boolean
true if the solve attempt is instructed to use double arithmetic; otherwise, false.

Implements

ILinearSimplexStatistics.UseDouble

.NET Framework Security

See Also

Reference

SimplexSolver Class

Microsoft.SolverFoundation.Solvers Namespace