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