SimplexSolverParams.UseDouble Property

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

Gets or sets a value that indicates whether to use double arithmetic.

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

Syntax

'Declaration
Public Overridable Property UseDouble As Boolean
public virtual bool UseDouble { get; set; }
public:
virtual property bool UseDouble {
    bool get ();
    void set (bool value);
}
abstract UseDouble : bool with get, set
override UseDouble : bool with get, set
function get UseDouble () : boolean
function set UseDouble (value : boolean)

Property Value

Type: System.Boolean
true if double arithmetic will be used; otherwise, false.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace