BitUtils.unsignedRightShift

Performs an unsigned right shift.

This is the same as the unsigned right shift operator ">>>" in other languages.

@param integer $a @param integer $b @return integer

class BitUtils
static
ulong
unsignedRightShift
(
ulong a
,
ulong b
)

Meta