VectorInt::GatherByMask Method

TVecInt *GatherByMask(TMtxVecInt *X, TMtxVecInt *Mask, const int MaskNonZeroCount = - 1) const;

Gathers elements from X specified by non-zero values stored in the Mask to the calling object.

#NameTypeDescription
1XTMtxVecInt *
2MaskTMtxVecInt *
3MaskNonZeroCount = - 1const int
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler