function ScatterByIncr(const Src: TMtxVec; Increment: Integer; Offset: Integer): TMtxVec;
Scatter object elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVec | |
| 2 | Increment | Integer | |
| 3 | Offset | Integer |
Result: stored in self (calling object), returns self for chaining
Remarks:
Scatter the elements of the Src and store them in the calling object at indices: Increment*i + Offset