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