LinearReport.NonzeroCount 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 nonzero numbers in a report before presolve.

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

Syntax

'Declaration
Public Overridable ReadOnly Property NonzeroCount As Integer
public virtual int NonzeroCount { get; }
public:
virtual property int NonzeroCount {
    int get ();
}
abstract NonzeroCount : int
override NonzeroCount : int
function get NonzeroCount () : int

Property Value

Type: System.Int32
The number of nonzero numbers before presolve.

.NET Framework Security

See Also

Reference

LinearReport Class

Microsoft.SolverFoundation.Services Namespace