latest

Operators

Smaller

Returns smaller than (or equal to)

ID

math-operators-smaller

Name

Smaller

Group

Operators

Package

Math

Keywords

smaller
<
>

Operators

Trigonometric

Tools

Constants

Creation method

There are two options for creating a Smaller node.

  • The first way to create a Smaller node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • smaller
  • The second way is to select a Smaller node from the menu that opens from the top left.
    • Menu > Math > Operators > Smaller

Steps

  • Create a Smaller node.
  • Connect the first number for comparison to the first port.
  • Connect the second number for comparison to the second port.

See also

Ceil
Round
Larger
Equality

Inputs

NameTypeDescriptionDefault Value
A
Number
First number
B
Number
Second number

Outputs

NameTypeDescription
Bool <
Boolean
True if Num1 < Num2
Bool < =
Boolean
True if Num1 <= Num2