Skip to main content

Logical: Not Condition

Boolean NOT — emit the negation of the incoming boolean.

Example
Input: true → Output: false
Input: false → Output: true

Parameters

This function has no parameters.

Input

BooleanREQUIRED
The boolean value to negate.

Output

Boolean
The negated value.