BITSHIFTRIGHT¶
BITSHIFTRIGHT(A, B)
Returns the bitwise-rightshift of its inputs. Undefined behavior when B is negative or too large.
BITSHIFTRIGHT(A, B)
Returns the bitwise-rightshift of its inputs. Undefined behavior when B is negative or too large.