Vector.ScatterByIndexes Method

TMtxVec ScatterByIndexes(TMtxVec Src, TVecInt Indexes)

Scatter object elements.

#NameTypeDescription
1SrcTMtxVecsource TVec or TMtx
2IndexesTVecIntsource TVecInt

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

Remarks:

Scatter the elements of the Src and store them in the calling object at indices stored in the Indexes parameter.