TMtxVecInt *ScatterByIncr(TMtxVecInt *Src, int Increment = 1, int Offset = 0);
Scatters Src elements starting at Offset and with Increment to the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVecInt * | |
| 2 | Increment = 1 | int | |
| 3 | Offset = 0 | int |
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler