Not Equals
This function block is designed to compare multiple inputs and determine if any of them are not equal to the first input. It provides a simple way to evaluate inequalities among a set of numbers.
๐ฅ Inputs
Number
The first number which will be used as a reference for comparison.
Number
Additional numbers that will be compared against the reference number.
๐ค Outputs
Boolean
This output returns TRUE
if any of the given numbers are not equal to the reference number; otherwise, it returns FALSE
.
๐น๏ธ Controls
Input Size
A dropdown menu that allows you to specify how many input numbers can be compared at once, ranging from 2 to 20. Adjusting this size will dynamically add or remove input sockets as needed.
๐จ Features
Dynamic Input Handling
The block automatically adjusts the number of input sockets based on user selection from the dropdown menu.
Flexible Comparison
Users can compare a variety of numbers to a chosen reference value, allowing for easy inequality checks.
๐ Usage Instructions
Select Input Size: Use the
Input Size
dropdown menu to choose how many numbers you want to compare (from 2 to 20).Input Values: Enter the reference value in the first input followed by any additional numbers to compare.
Evaluate: Run the block to retrieve the comparison result. The output will indicate whether any of the subsequent numbers differ from the reference.
๐ Evaluation
When executed, this function block evaluates the provided numbers and outputs TRUE
or FALSE
based on the comparison to the reference value.
๐ก Tips and Tricks
๐ ๏ธ Troubleshooting
Last updated
Was this helpful?