function ScatterByIncr(const Src: TMtxVecInt; Increment: Integer; Offset: Integer): TMtxVecInt;
Scatters Src elements starting at Offset and with Increment to the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVecInt | |
| 2 | Increment | Integer | |
| 3 | Offset | Integer |
Result: stored in self (calling object), returns self for chaining