MatrixInt.RightShift Operator

class operator RightShift(const AValue: MatrixInt; const Bits: Integer): MatrixInt;

Performs bitwise right shift of aValue.

#NameTypeDescription
1AValueMatrixInt
2BitsInteger

Result: stored in self (calling object), returns self for chaining

Remarks:

The shift preserves the sign of the numbers.