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