Max & Min

Compares x and y and returns the larger value at the top output terminal and the smaller value at the bottom output terminal. The connector pane displays the default data types for this polymorphic function.

x and y must be of the same type.
max(x, y) is the larger value.
min(x, y) is the smaller value.