Compare

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:

  1. = A equal B
  2. != A NOT equal B
  3. < A less than B
  4. <= A less than or equal B
  5. > A greater than B
  6. >= A greater than or equal B

Powered by BetterDocs