MinFloatNode
Purpose of the Node
The MinFloatNode is designed to take two floating-point numbers as input and output the smaller of the two.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
float1 | The first floating-point number | Input | Float |
float2 | The second floating-point number | Input | Float |
minimum | The smaller of the two floating-point numbers | Output | Float |