Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int DataIndex(int Value, TIntPrecision aPrecision); | |
| 2 | int DataIndex(int Value); | |
| 3 | int DataIndex(int aRow, int aCol, TIntPrecision aPrecision); | |
| 4 | int DataIndex(int aRow, int aCol); |
Overload 1: int DataIndex(int Value, TIntPrecision aPrecision);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | int | |
| 2 | aPrecision | TIntPrecision |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler
Overload 2: int DataIndex(int Value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | int |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler
Overload 3: int DataIndex(int aRow, int aCol, TIntPrecision aPrecision);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRow | int | |
| 2 | aCol | int | |
| 3 | aPrecision | TIntPrecision |
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler
Overload 4: int DataIndex(int aRow, int aCol);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRow | int | |
| 2 | aCol | int |
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler