TMtxInt.ScatterByMask Method

function ScatterByMask(const Src: TMtxVecInt; const Mask: TMtxVecInt; allow_resizing: Boolean): TMtxVecInt;

Scatters Src elements defined with the Mask to the calling object.

#NameTypeDescription
1SrcTMtxVecInt
2MaskTMtxVecInt
3allow_resizingBoolean

Result: stored in self (calling object), returns self for chaining