Aller au contenu

Math Less Than

Ce contenu n’est pas encore disponible dans votre langue.

Check if the first number is less than the second.

This node checks if the first input number is less than the second input number.

  • Input: 10, 3

Results in the comparison 10 < 3.

  • Output: false
PortDescription
The first number.
The second number.
PortDescription
The result of the comparison.

ID: core/math-less@v1