Function NumNOT() Foundation

Bitwise NOT of a 16 bit integer.

Syntax
NumNOT( <nInteger|cHex> ;  // Type: NC
      ) --> nNOTed_Integer
Return

Returns an integer as the result of bitwise NOTing the parameter.

Description

<nInteger> is 16 bit integer which may be specified alternatively as a string coded as a hexadecimal number.

Feedback

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.