MIN

The MIN node identifies and outputs the smallest value among its inputs. It is the perfect tool for setting "ceilings" or identifying the weakest link in a system.
When to use this node: * Upper Limit (Clamping): Ensuring a motor or light never exceeds its safe maximum. By setting input B to 100, the output will never go above 100, regardless of how high input A gets. * Resource Monitoring: Finding the player with the lowest health or the battery with the lowest charge to trigger a warning event. * Simplified Logic: Determining the minimum time taken to solve a multi-part puzzle.
Connectors in
- A [type: variant]
- B [type: variant]
Connectors out
- int [type: variant]