Determines the largest of the ten input values.
(Out = max(In1, In2, In3, In4, In5, In6, In7, In8, In9, In10))
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In1
|
Numeric
|
Null
|
The first input, the default value is Null.
|
|
In2
|
Numeric
|
Null
|
The second input, the default value is Null.
|
|
In3
|
Numeric
|
Null
|
The third input, the default value is Null.
|
|
…
|
…
|
…
|
…
|
|
…
|
…
|
…
|
…
|
|
In10
|
Numeric
|
Null
|
The 10th input
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Numeric
|
The largest of the ten input values. Null inputs are ignored. If all the inputs are Null, the output is also Null.
|
|