Max picker

[number/Max picker]


Picks the maximum out of two numbers. Example:

  1. 3@0 is received via a

  2. 12@0 is received via b

  3. 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