TVecInt GatherByMask(TMtxVecInt X, TMtxVecInt Mask, Int32 MaskNonZeroCount)
Gathers elements from X specified by non-zero values stored in the Mask to the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | Mask | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | MaskNonZeroCount | Int32 |
Result: stored in self (calling object), returns self for chaining