xHarbour Reference Documentation > Function Reference |
Performs a bitwise OR for a list of integer values.
NumOR( <nInteger1|cHex1> , <nInteger2|cHex2> , ; [<...nIntegerN|cHexN>]) --> nInteger
The function performs a bitwise OR operation with the bits of all parameters, and returns the result as a numeric integer value.
See also: | | (bitwise OR), IsBit(), NumAND(), NumNOT(), NumOrX(), NumXOR(), SetBit() |
Category: | CT:NumBits , Bitwise functions , Numbers and Bits |
Source: | ct\bit1.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com