Maximum
Last updated
Last updated
Maximum compares a set of numerical inputs and returns the upper bound (maximum value) in the set.
In case of Vectors, it compares the values by component and returns them separately.
Scope: Project, Scene, Function, Prefab.
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 upper 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 maximum value in the set of inputs. |
Upper and lower bounds on Wikipedia.