Min Integer
Purpose of the Node
The Min Integer node is used to compare two integers and return the smaller one.
Pins
The node has two input pins and one output pin:
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Integer 1 | The first integer to compare | Input | Integer |
Integer 2 | The second integer to compare | Input | Integer |
Minimum | The smaller of the two integers | Output | Integer |