Skip to main content
Version: 2.13

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.