VectorInt op_RightShift(VectorInt AValue, Int32 BitCount)
Performs bitwise right shift of aValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | VectorInt | |
| 2 | BitCount | Int32 |
Result: stored in self (calling object), returns self for chaining
Remarks:
The shift preserves the sign of the numbers.