Vector::ScatterByIndexes Method

TMtxVec *ScatterByIndexes(TMtxVec *Src, TVecInt *Indexes) const;

Scatter object elements.

#NameTypeDescription
1SrcTMtxVec *
2IndexesTVecInt *
Remarks:

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

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler