Skip to main content

not

Negate a boolean value

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

Inputs

Name

Abbreviation

Type

Access

Description

Value

V

Boolean

Item

The value to negate

Outputs

Name

Abbreviation

Type

Access

Description

Result

R

Boolean

Item

The negated value

How to

  1. Feed in a boolean value

    Set the value by feeding in a boolean output from another node, like equals or greater than, or by using the Input Parameter with Boolean type

  2. The output is the opposite

    Not True = False

    Not False = True

Did this answer your question?