latest
Operators
Larger

Returns larger than (or equal to)

ID

662ae72910b6cb87640c91ca

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
num1
Number
First number
num2
Number
Second number

Outputs

NameTypeDescription
largest
Boolean
True if Num1 > Num2
largestOrEqual
Boolean
True if Num1 >= Num2