Function NumAND() Foundation
Bitwise AND for a list of 16 bit integers.
NumAND( <nInteger1|cHex1> , ; // Type: NC
<nInteger2|cHex2> , ; // Type: NC
[<...nIntegerN|cHexN>] ; // Type: NC
) --> nANDed_Integer
Returns an integer as the result of bitwise ANDing the parameters.
<nInteger1> ... <nIntegerN> are 16 bit integers which may be specified alternatively as strings coded as hexadecimal numbers.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.