procedure DiagonalsCount(out Upper: Integer; out Lower: Integer);
Calculates the number of diagonals above and below main diagonal.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Upper | Integer | |
| 2 | Lower | Integer |
Result: stored in self (calling object)
Remarks:
Calculates the number of diagonals above (Upper) and below (Lower) the main diagonal. This information is used by the TSparseMtx.SparseToBanded method.