TVecInt *GatherByMask(TMtxVecInt *X, TMtxVecInt *Mask, const int MaskNonZeroCount = - 1);
Gathers elements from X specified by non-zero values stored in the Mask to the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt * | |
| 2 | Mask | TMtxVecInt * | |
| 3 | MaskNonZeroCount = - 1 | const int |
Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler