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