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