Skip to content

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 NamePin DescriptionPin TypeValue Type
StartThe start input pin to initiate the execution of the node.StructArray
Float 1The first float value input pin.NumberFloat
Float 2The second float value input pin.NumberFloat
MaximumThe output pin that returns the larger of the two float values.NumberFloat
EndThe end output pin to mark the completion of the node execution.StructArray