xHarbour Reference Documentation > Function Reference |
Performs a bitwise NOT operation with a numeric integer value.
NumNOT( <nInteger>|<cHex> ) --> nNOTed_Integer
The function returns a numeric integer value with all bits inverted.
See also: | IsBit(), NumAND(), NumNotX(), NumOR(), NumXOR(), SetBit() |
Category: | CT:NumBits , Bitwise functions , Numbers and Bits |
Source: | ct\bit1.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com