Navigation:  Reference > Functions >

NOT function

Print this Topic Previous pageReturn to chapter overviewNext page

Returns the result of the bitwise NOT operation on the input argument. The argument is first truncated to an integer; the result will always be an integer value. In C syntax, the result of NOT(a) is equivalent to ~(floor(a)).

Example:

____________________________

See also:

AND function

OR function

XOR function

 

 

 


Page url: https://www.dplot.com/help/index.htm?not.htm