latest

Operators

Larger

Returns larger than (or equal to)

ID

math-operators-larger

Name

Larger

Group

Operators

Package

Math

Keywords

larger
>
<

Operators

Trigonometric

Tools

Constants

Creation method

There are two options for creating a Larger node.

  • The first way to create a Larger 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.
    • larger
  • The second way is to select a Larger node from the menu that opens from the top left.
    • Menu > Math > Operators > Larger

Steps

  • Create a Larger 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\

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