Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void set_DefaultArray(const int Indx, const int value); | |
| 2 | void set_DefaultArray(const int Indx, const unsigned char value); |
Overload 1: void set_DefaultArray(const int Indx, const int value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Indx | const int | |
| 2 | value | const int |
Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler
Overload 2: void set_DefaultArray(const int Indx, const unsigned char value);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Indx | const int | |
| 2 | value | const unsigned char |
Declared in Dew::Math::TVecByte · Dew.Math/MtxVecInt.h · Cross-compiler