VectorInt Shift(TVecInt *X, const int Offset);
Shifts the content of the source data X by Offset left or right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * | |
| 2 | Offset | const int |
Remarks:
Internally calls TVecInt::Shift
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler