function GatherByIncr(const X: TVecInt; Increment: Integer; Offset: Integer): VectorInt;
Gathers elements from X starting at Offset and with Increment in to the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | Increment | Integer | |
| 3 | Offset | Integer |
Returns: VectorInt