Skip to main content

Less Than

less than

Use Less Than to check if one value is less than another. Less Than is in the Logic category.

Input

NameData TypeDescription
Value1Int/DoubleThe base value.
Value2Int/DoubleThe value to compare to the base.

Output

NameData TypeDescription
ValueBooleanA boolean signal of the comparison result.

Example

less than example

This example sets a variable called “open times” to record the number of times the mouth has opened. If the mouth opens less than 3 times, it will hide the sphere, otherwise it will show.

less than node