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