beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

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

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


Usages of LessThan

  • Examples
  • Public
  • My Patches
  • Ops

Changelog


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