CompareNumbers Op
Performs logical comparisons on numbers (compare, operators)
Summary (oneliner)
<p>The following modes are available If any of the following evaluates to true then the output is 1 else 0</p> <pre><code>> Greater than < Less than >= Greater Than or equal <= Less than or equal == Equals != Not equal to >< Between >=< Between or equals </code></pre>
- 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
<p>Number in to check</p>
<i>integer</i>
)<p>Pick a mode with an integer</p>
<p>Becomes min when between mode enabled</p>
<p>Becomes max when between mode enabled</p>
OUTPUT PORTS
<p>Outputs 1 for true 0 for false</p>