xHarbour Reference Documentation > Function Reference |
Mirrors bits of a numeric integer value.
NumMirr( <nMaxBits>, ; <nInteger>|<cHex> ) --> nInteger
The function returns a numeric integer value with the least significant <nMaxBits> bits set in reversed order.
See also: | NumAndX(), NumMirr(), NumNotX(), NumOrX(), NumRolX() |
Category: | CT:NumBits , Numbers and Bits , xHarbour extensions |
Source: | ct\bit3.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com