Vector::ScatterByIncr Method

TMtxVec *ScatterByIncr(TMtxVec *Src, int Increment = 1, int Offset = 0) const;

Scatter object elements.

#NameTypeDescription
1SrcTMtxVec *
2Increment = 1int
3Offset = 0int
Remarks:

Scatter the elements of the Src and store them in the calling object at indices: Increment*i + Offset

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