ILinearSimplexStatistics.FactorCountExact Property

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

Gets the number of exact arithmetic factors.

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

Syntax

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

Property Value

Type: System.Int32
The number of exact arithmetic factors.

.NET Framework Security

See Also

Reference

ILinearSimplexStatistics Interface

Microsoft.SolverFoundation.Services Namespace