SparseSquareMatrixFillCount Property |
Gets the number of non-zero matrix entries.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public int FillCount { get; }
Public ReadOnly Property FillCount As Integer
Get
public:
property int FillCount {
int get ();
}
member FillCount : int with get
Property Value
Type:
Int32See Also