LessThan Op
Is n1 smaller than n2? (lesser, less)
Summary (oneliner)
Checks if Number 1
is smaller than Number 2
and returns true
then, otherwise false
.
Full Name
- Ops.Math.Compare.LessThan
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch compare tests
INPUT PORTS
number1 (Number)
The number you want to check if it is smaller than Number 2
number2 (Number)
The number you want to check if it is bigger than Number 1
OUTPUT PORTS
result (booleanNumber)
Returns true
if Number 1
is smaller than Number 2
, otherwise false