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

  1. Select Input Size: Use the Input Size dropdown menu to choose how many numbers you want to compare (from 2 to 20).

  2. Input Values: Enter the reference value in the first input followed by any additional numbers to compare.

  3. 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

Using with Other Math Operations

Combine this block with other math operation blocks, such as Add or Subtract, to preprocess or modify your inputs before comparison.

Combining Results

You can use the output from this block in logical operations with function blocks such as And or Or to create more complex logical conditions.

πŸ› οΈ Troubleshooting

No Output

Ensure that all the necessary input values are provided. If an input socket is left disconnected, the function will not be able to evaluate, resulting in no output.

Unexpected Results

Check the values being compared. Ensure that the reference value is correctly entered and that all subsequent inputs are the numbers you intend to compare against.

Last updated