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