Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int DataIndex(int aRow, int aCol, TIntPrecision aPrecision) const; | |
| 2 | int DataIndex(int aRow, int aCol) const; |
Overload 1: int DataIndex(int aRow, int aCol, TIntPrecision aPrecision) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRow | int | |
| 2 | aCol | int | |
| 3 | aPrecision | TIntPrecision |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: int DataIndex(int aRow, int aCol) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRow | int | |
| 2 | aCol | int |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler