Functions

reverseBits

Supported By

Syntax

[the] reverseBits of ( value , width )

reverseBits ( value , width )

Value and width return integers.

Description

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.

See Also

reverseBytes