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