Skip to content

Math.Not

Name Mandatory Description Default Type
⬅️ Input The integer (or sequence of integers) to perform bitwise NOT on. IntInt2Int3Int4Int8Int16[Any]
Output ➡️ The result of the bitwise NOT operation. IntInt2Int3Int4Int8Int16[Any]

This shard performs a bitwise NOT operation on the input. It flips all the bits of the input number.