Math Less Than
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.
Example:#
- Input:
10, 3
Results in the comparison 10 < 3
.
- Output:
false
Inputs#
Port | Description |
---|---|
The first number. | |
The second number. |
Outputs#
Port | Description |
---|---|
The result of the comparison. |
ID: math-less@v1