ILinearSimplexStatistics.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.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
ReadOnly Property UseDouble As Boolean
bool UseDouble { get; }
property bool UseDouble {
    bool get ();
}
abstract UseDouble : bool
function get UseDouble () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

ILinearSimplexStatistics Interface

Microsoft.SolverFoundation.Services Namespace