Houdini 21.0 Nodes APEX nodes

BitwiseNot

Performs a bitwise inversion of each bit of an integer.

On this page
Since 21.0

The bitwise NOT operation performs a logical inversion of each bit of the input integer (its binary representation). For example:

Binary Input

Binary Output

1100

0011

1111

0000

0000

1111

1010

0101

Inputs

input: Int

The input integer.

Outputs

result: Int

The bitwise inverted integer.

See also

APEX nodes