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