Determines the largest of the two input values. (Out = max(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 largest of the two input values. Null inputs are ignored. If all the inputs are Null, the output is also Null.
|
|