ILinearSimplexStatistics.PivotCountDoublePhaseOne Property

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

Gets the phase one pivot count of double arithmetic.

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

Syntax

'Declaration
ReadOnly Property PivotCountDoublePhaseOne As Integer
int PivotCountDoublePhaseOne { get; }
property int PivotCountDoublePhaseOne {
    int get ();
}
abstract PivotCountDoublePhaseOne : int
function get PivotCountDoublePhaseOne () : int

Property Value

Type: System.Int32
The phase one pivot count of double arithmetic.

.NET Framework Security

See Also

Reference

ILinearSimplexStatistics Interface

Microsoft.SolverFoundation.Services Namespace