Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void set_DefaultArray(const int Indx1, const int Indx2, const int value); | |
| 2 | void set_DefaultArray(const int Row, const int col, const short value); |
Overload 1: void set_DefaultArray(const int Indx1, const int Indx2, const int value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Indx1 | const int | |
| 2 | Indx2 | const int | |
| 3 | value | const int |
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler
Overload 2: void set_DefaultArray(const int Row, const int col, const short value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Row | const int | |
| 2 | col | const int | |
| 3 | value | const short |
Declared in Dew::Math::TMtxSmallInt · Dew.Math/MtxVecInt.h · Cross-compiler