TMtxSmallInt::IndexOf Method

int IndexOf(const int Row, const int Col);

Returns the 1D index in to the matrix.

#NameTypeDescription
1Rowconst int
2Colconst int
Remarks:

Returns: Row*Mtx.Cols + Col

Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler