Not
This function block takes a boolean input and reverses its logical state. It is useful in scenarios where you need to negate a condition or switch between true and false.
๐ฅ Inputs
Boolean
Accepts a boolean input that will be negated.
๐ค Outputs
Boolean
Outputs the negated boolean value.
๐จ Features
Logical Negation
The block effectively inverts the state of the input boolean, making it particularly useful for logic operations in various applications.
๐ Usage Instructions
Connect Input: Attach a boolean output from any block to the input of this block.
Run the Block: Execute the block, and it will output the negated boolean value.
๐ Evaluation
When executed, this function block will return the reverse of the boolean input provided to it.
๐ก Tips and Tricks
๐ ๏ธ Troubleshooting
Last updated
Was this helpful?