TMtxVec ScatterByIncr(TMtxVec Src, Int32 Increment, Int32 Offset)
Scatter object elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVec | source TVec or TMtx |
| 2 | Increment | Int32 | |
| 3 | Offset | Int32 |
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