Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int get_IValues(const int Indx); | |
| 2 | int get_IValues(const int RowIdx, const int ColIdx); |
Overload 1: int get_IValues(const int Indx);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Indx | const int |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler
Overload 2: int get_IValues(const int RowIdx, const int ColIdx);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | RowIdx | const int | |
| 2 | ColIdx | const int |
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler