TMtx::CDataIndex Method

Overload List

#SignatureDescription
1int CDataIndex(const int Row, const int Col);
2int CDataIndex(const int Index);Returns an index pointing to element at Index for TCplx data.

Overload 1: int CDataIndex(const int Row, const int Col);

#NameTypeDescription
1Rowconst int
2Colconst int
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler

Overload 2: int CDataIndex(const int Index);

Returns an index pointing to element at Index for TCplx data.

#NameTypeDescription
1Indexconst int
Remarks:

The data for the current object may or may not start at index offset 0 within the internal storage array.

Declared in Dew::Math::TMtxVecSample · Dew.Math/MtxVecBase.h · Cross-compiler