function Shift(const X: TVecInt; const Offset: Integer): VectorInt;
Shifts the content of the source data X by Offset left or right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | Offset | Integer |
Returns: VectorInt
Remarks:
Internally calls TVecInt.Shift
Shifts the content of the source data X by Offset left or right.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | Offset | Integer |
Returns: VectorInt
Internally calls TVecInt.Shift