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