VectorInt operator>>(const VectorInt &AValue, int BitCount);
Performs bitwise right shift of aValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | const VectorInt & | |
| 2 | BitCount | int |
Remarks:
The shift preserves the sign of the numbers.
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler