Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVecInt *SetVal(int Value, int Index, int Len); | Set all calling object elements [Index]..[Index+Len-1] to Value. |
| 2 | TMtxVecInt *SetVal(int Value); | Set all calling object elements to Value. |
Overload 1: TMtxVecInt *SetVal(int Value, int Index, int Len);
Set all calling object elements [Index]..[Index+Len-1] to Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | int | |
| 2 | Index | int | |
| 3 | Len | int |
Remarks:
An exception is raised if array borders are overrun/underrun.
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler
Overload 2: TMtxVecInt *SetVal(int Value);
Set all calling object elements to Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | int |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler