MtxExprInt.GatherByIndex Method

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

Gathers elements from X specified by indices stored in Indexes in to the result.

#NameTypeDescription
1XTVecInt
2IndexesTVecInt

Returns: VectorInt