CompareNumbers Op
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
Full Name
- Ops.Math.Compare.CompareNumbers
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch CompareNumbers example
INPUT PORTS
Value in (Number)
Number in to check
Comparison mode index (Number: integer)
Pick a mode with an integer
Condition value (Number)
Becomes min when between mode enabled
Max (Number)
Becomes max when between mode enabled
OUTPUT PORTS
Result (Number)
Outputs 1 for true 0 for false