the
reverseBits
of
(
value ,
width )
reverseBits
(
value ,
width )
Value and width return integer
s.
The reverseBits
function returns the value obtained by reversing the bits of the two's complement representation of the specified value. Width is the number of bytes in the two's complement representation.