Subtract Float
Purpose of the Node
The Subtract Float node is used to perform a subtraction operation on two float values. It takes two input floats and outputs their difference.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
First Float | The first float value to be subtracted | Input | Float |
Second Float | The second float value to subtract from the first | Input | Float |
Difference | The result of subtracting the second float from the first | Output | Float |