LessThan Op

LessThan

Is n1 smaller than n2? (lesser, less)


<p>Checks if <code>Number 1</code> is smaller than <code>Number 2</code> and returns <code>true</code> then, otherwise <code>false</code>.</p>


Full Name
  • Ops.Math.Compare.LessThan
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


INPUT PORTS


number1 (Number)

<p>The number you want to check if it is smaller than <code>Number 2</code></p>

number2 (Number)

<p>The number you want to check if it is bigger than <code>Number 1</code></p>

OUTPUT PORTS


result (

<i>boolean</i>

Number)

<p>Returns <code>true</code> if <code>Number 1</code> is smaller than <code>Number 2</code>, otherwise <code>false</code></p>


Patches using LessThan

  • Examples
  • Public
  • My Patches

Changelog


Ops.Math.Compare.Smaller renamed to Ops.Math.Compare.LessThanuser avatarpandur - 2019-06-13 10:19