Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int &IValues(const int RowIdx, const int ColIdx); | |
| 2 | int &IValues(const int Indx); |
Overload 1: int &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
Overload 2: int &IValues(const int Indx);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Indx | const int |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler