function IndexOf(const Row: Integer; const Col: Integer): Integer;
Returns the 1D index in to the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Row | Integer | |
| 2 | Col | Integer |
Returns: Int32
Remarks:
Returns: Row*Mtx.Cols + Col
Returns the 1D index in to the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Row | Integer | |
| 2 | Col | Integer |
Returns: Int32
Returns: Row*Mtx.Cols + Col