LessThan Op

LessThan

Is n1 smaller than n2? (lesser, less)


Checks if Number 1 is smaller than Number 2 and returns true then, otherwise false.


Edit Documentation

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


 

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 (boolean Number)

Returns true if Number 1 is smaller than Number 2, otherwise false


Patches using LessThan

  • Examples
  • Public
  • My Patches

Changelog


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