Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int CDataIndex(const int Row, const int Col); | |
| 2 | int 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);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Row | const int | |
| 2 | Col | const 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | const 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