Comparison Nodon

I compare two numbers according to the conditions you give me.
But what will they beeee?

Port

Input

Port namePort functionInput operation
Input 1The value received at this port is used as the first number in the comparison.Signal passes through unchanged
Input 2The value received at this port is used as the second number in the comparison.Signal passes through unchanged

Output

Port namePort functionOutput value
ResultCompares input 1 and input 2 according to the specified conditions, then outputs 1.00 if the condition is met.0.00 or 1.00

Connection

None

Settings

Comparison Method

Specifies how to compare the two input values.

Setting valueDescription
=Outputs 1.00 when input 1 and input 2 have the same value.
If they aren't the same, the output will be 0.00.
>Outputs 1.00 when input 1 is greater than input 2.
If it isn't greater, the output will be 0.00.
<Outputs 1.00 when input 1 is less than input 2.
If it isn't less, the output will be 0.00.
Outputs 1.00 when input 1 is greater than or equal to input 2.
If it isn't greater or equal, the output will be 0.00.
Outputs 1.00 when input 1 is less than or equal to input 2.
If it isn't less or equal, the output will be 0.00.
← Previous
Angle-Difference Nodon
Go back home
Next up →
AND Nodon