TVecInt.GatherByIndex Method

function GatherByIndex(const X: TMtxVecInt; const Indexes: TVecInt): TVecInt;

Gathers elements from X specified by indices stored in Indexes the calling object.

#NameTypeDescription
1XTMtxVecInt
2IndexesTVecInt

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