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