ISimplexPivotInformation.IsDouble Property

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

Get a value that indicates whether the current pivot is a double-based pivot.

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

Syntax

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

Property Value

Type: System.Boolean
true if this is a double-based pivot; otherwise, false.

Remarks

This could be a rational-based pivot.

.NET Framework Security

See Also

Reference

ISimplexPivotInformation Interface

Microsoft.SolverFoundation.Solvers Namespace