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