Max Float
Purpose of the Node
The Max Float node takes two float inputs and outputs the larger of the two. It is useful for scenarios where you need to determine the maximum value between two numbers.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Start | The start input pin to initiate the execution of the node. | Struct | Array |
Float 1 | The first float value input pin. | Number | Float |
Float 2 | The second float value input pin. | Number | Float |
Maximum | The output pin that returns the larger of the two float values. | Number | Float |
End | The end output pin to mark the completion of the node execution. | Struct | Array |