Determines the smallest of the ten input values.
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In1
|
Numeric
|
Null
|
First input
|
|
In2
|
Numeric
|
Null
|
Second input
|
|
In3
|
Numeric
|
Null
|
Third input
|
|
…
|
…
|
…
|
…
|
|
…
|
…
|
…
|
…
|
|
In10
|
Numeric
|
Null
|
Tenth input
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Numeric
|
The smallest of the 10 input values. Null inputs are ignored. If all the inputs are Null, the output is also Null.
|
|