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