Math.Not¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The integer (or sequence of integers) to perform bitwise NOT on. | Int Int2 Int3 Int4 Int8 Int16 [Any] |
||
Output ➡️ |
The result of the bitwise NOT operation. | Int Int2 Int3 Int4 Int8 Int16 [Any] |
This shard performs a bitwise NOT operation on the input. It flips all the bits of the input number.