Math

Operators

Maximum

  • Operators

  • Trigonometric

  • Tools

  • Constants

Maximum

Return the lesser of two items

Details

ID

math-operators-maximum

Name

Maximum

Group

Operators

Package

Math

Keywords

max

Input ports

NameTypeDescriptionDefault Value
A
Number
First item for comparison
B
Number
Second item for comparison

Output ports

NameTypeDescription
Number
Number
The lesser of A and B

Creation method

There are two options for creating a Maximum node.

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

Steps

  • Create a Maximum node.
  • Connect the first number to be comparison to the first port.
  • Connect the second number to be comparison to the second port.

See also

Minimum
Division
Subtraction