Max picker
[number/Max picker]
Picks the maximum out of two numbers. Example:
3@0 is received via
a
12@0 is received via
b
12@0 is sent via
max
Keywords: number, max, maximum
Input ports
a:
number
The first value to pick the max from
b:
number
The second value to pick the max from
Output ports
max:
number
Sends the maximum of the provided two values.
Last updated