ILinearSimplexStatistics.PivotCountExact Property

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

Gets the pivot count of exact arithmetic.

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

Syntax

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

Property Value

Type: System.Int32
The pivot count of exact arithmetic.

.NET Framework Security

See Also

Reference

ILinearSimplexStatistics Interface

Microsoft.SolverFoundation.Services Namespace