Keep Minimum (vuo.math.keep.min)

Outputs the smallest value received by this node so far.

This node keeps track of all the values received into its Value port, and outputs the one that is less than or equal to all the others. When an event hits the Reset port, the node forgets its minimum value and starts over with the current Value as the minimum.

Example:

For point types, this node compares components left-to-right, stopping when a minimum component is found. For example, (0,1) is considered less than (1,0).

Keywords: <, bottom, bound, few, hold, least, less, limit, low, lower, preserve, range, retain, sample, small, store


Example composition:


Back to vuo.math node set documentation.