Math

Operators

Minimum

  • Operators

  • Trigonometric

  • Tools

  • Constants

Minimum

Returns the lowest-valued number passed into it

Details

ID

math-operators-minimum

Name

Minimum

Group

Operators

Package

Math

Keywords

min

Input ports

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

Output ports

NameTypeDescription
Number
Number
The smallest of the given numbers

Creation method

There are two options for creating a Minimum node.

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

Steps

  • Create a Minimum 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

Maximum
Division
Subtraction