Greater

Checks whether a value is greater than another value.


Inputs

  • value 1

    • The value to compare.
  • value 2

    • The value to compare against.

Outputs

  • result

    • The boolean value indicating whether a value is greater than the other.
  • result list

    • The list of boolean values indicating whether a list of values are greater than the other.

Note(s)

  • Other names for this node include: More, Bigger, and >.

Example(s)