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