class operator RightShift(const AValue: MatrixInt; const Bits: Integer): MatrixInt;
Performs bitwise right shift of aValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | MatrixInt | |
| 2 | Bits | Integer |
Result: stored in self (calling object), returns self for chaining
Remarks:
The shift preserves the sign of the numbers.