int IndexOf(const int Row, const int Col);
Returns the 1D index in to the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Row | const int | |
| 2 | Col | const int |
Remarks:
Returns: Row*Mtx.Cols + Col
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler
Returns the 1D index in to the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Row | const int | |
| 2 | Col | const int |
Returns: Row*Mtx.Cols + Col