Performs logical comparisons on numbers (compare, operators)
summary (oneliner)
The following modes are available
If any of the following evaluates to true then the output is 1 else 0
> Greater than
< Less than
>= Greater Than or equal
<= Less than or equal
== Equals
!= Not equal to
>< Between
>=< Between or equals
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Comparison mode index (integer /Number)
Pick a mode with an integer
Value in (Number)
Number in to check
Condition value (Number)
Becomes min when between mode enabled
Max (Number)
Becomes max when between mode enabled
Outputs
Result (Number)
Outputs 1 for true 0 for false
Patches using CompareNumbers
Changelog
created op 2020-01-02 - andro |