xHarbour Reference Documentation > Function Reference |
Performs bitwise AND operations for a list of integer values.
NumAND( <nMaxBits>, ; <nInteger1|cHex1>, <nInteger2|cHex2> , ; [<...nIntegerN|cHexN>]) --> nInteger
The function performs a bitwise AND operation with the bits of all parameters, and returns the result as a numeric integer value.
See also: | & (bitwise AND), IsBit(), NumAnd(), NumNotX(), 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