VectorInt.RightShift Operator

class operator RightShift(const AValue: VectorInt; const BitCount: Integer): VectorInt;

Performs bitwise right shift of aValue.

#NameTypeDescription
1AValueVectorInt
2BitCountInteger

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

Remarks:

The shift preserves the sign of the numbers.