Minimum
Last updated
Last updated
Minimum compares a set of numerical inputs and returns the lower bound (minimum value) in the set.
In case of Vectors, it compares the values by component and returns them separately.
Attribute | Type | Description |
---|---|---|
| Drop-down | The data type of all |
| Defined in the | The number of |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard input Pulse, to trigger the execution of the Node. |
| Defined in the | The set of values to get the lower bound from. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Defined in the | The minimum value in the set of inputs. |
Upper and lower bounds on Wikipedia.