Returns smaller than (or equal to)
ID
math-operators-smaller
Name
Smaller
Group
Operators
Package
Math
Keywords
Ceil
Round
Larger
Equality
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
A | Number | First number | |
B | Number | Second number |
Outputs
Name | Type | Description |
---|---|---|
Bool < | Boolean | True if Num1 < Num2 |
Bool < = | Boolean | True if Num1 <= Num2 |