VectorInt GatherByMask(TVecInt X, TMtxVecInt Mask, Int32 MaskNonZeroCount)
Gathers elements from X specified by non-zero values stored in the Mask in to the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
| 2 | Mask | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | MaskNonZeroCount | Int32 |
Returns: VectorInt