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