Less Than Node

less than node

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

Inputs:

  • a, b: The two numbers to compare.

Outputs:

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