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