VectorInt Rotate(TVecInt X, Int32 Offset)
Rotates the content of the source data by Offset.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
| 2 | Offset | Int32 |
Returns: VectorInt
Remarks:
Internally calls Dew.Math.TVecInt.Rotate
Rotates the content of the source data by Offset.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
| 2 | Offset | Int32 |
Returns: VectorInt
Internally calls Dew.Math.TVecInt.Rotate