TVecInt GatherByIndex(TMtxVecInt X, TVecInt Indexes)
Gathers elements from X specified by indices stored in Indexes the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | Indexes | TVecInt | source TVecInt |
Result: stored in self (calling object), returns self for chaining