next up previous contents index
Next: Comparison Up: Bitwise Logic Previous: BITXOR   Contents   Index

BITNOT

Stack Input: Integer

Stack Output: Integer

Operand: None

Since: 2.0

Description:

Performs a bitwise NOT operation. For each bit in the output value, if the input bit is a 0, the output bit is set to a 1. Otherwise it is set to a 0.



David Levitan 2006-02-12