Skip to main content
Version: Next

Not

Boolean Not.

Description

Returns false if its single operand can be converted to true; otherwise, returns true.

Inputs

  • a (Boolean): The operand.

Outputs

  • !a (Boolean): The negated value.