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