Table of Contents
Description #
A block that Compares between two numbers (equal, less than, greater than, …). It returns True if the comparing condition between the two numbers is satisfied and False otherwise.
Time Based #
Not a time-based block (won’t take time to finish execution).
Inputs #
This block has 2 Integer or Float Data Inputs (A, B).
Outputs #
This block has only one Boolean Data Output: the Result of Comparing A to B.
Options #
This block has 6 Operators Options:
- = A equal B
- != A NOT equal B
- < A less than B
- <= A less than or equal B
- > A greater than B
- >= A greater than or equal B