Determines the smallest of the two input values. (Out = min(In1, In2))
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In1
|
Numeric
|
Null
|
The first input
|
|
In2
|
Numeric
|
Null
|
The second input
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Numeric
|
The smallest of the two input values.
|
|