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