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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.