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

LessThan Op



LessThan
Namespace: Ops.Math.Compare

Op author: pandur

Test Patches: 1 Test

Is n1 smaller than n2? (lesser, less)


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



Inputs

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

Outputs

result (Number)

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

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Changelog


Ops.Math.Compare.Smaller renamed to Ops.Math.Compare.LessThan
2019-06-13 - pandur

Patches using LessThan

  • Examples
  • My Patches
  • Public