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