Right-shifts the numerical data maintaining standard sign retention.
Int32 operator >>(int shiftAmount) => Int32.from(value >> shiftAmount);