Greater Than Node

greater than node

Compares two numbers. Outputs 1.0 if a is greater than b, and 0.0 otherwise.

Inputs:

  • a, b: The two numbers to compare.

Outputs:

  • c: The result of the comparison a > b.