function BitSize(const bitRows: Integer; const bitCols: Integer): TMtxInt;
Sizes the matrix according to bit storage required.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | bitRows | Integer | |
| 2 | bitCols | Integer |
Result: stored in self (calling object), returns self for chaining