The number of nonzeros in the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public long NumberOfNonZeros { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfNonZeros As Long
Visual C++
public:
property long long NumberOfNonZeros {
	long long get ();
}

Field Value

A long containing the number of nonzeros in the matrix.

See Also