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