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 (); } |