Min
Calculate minimum number from inputs.
Input/Output
Number of Connections: Min: 1/Max:Unlimited
| Input | Data Type | Description |
| InputN | Double,Decimal | A number |
| Output | Data Type | Description |
| Output1 | Double,Decimal | A minumum number of inputs |
Property
| Name | Property Type | Description |
| Scale | int | Specifies a the number of digits to the right of the decimal point when the output type is Decimal |
Topic
- When all input values are Double, the value is calculated as Double, then outputs a Double value. Otherwise, calculate as Decimal values, then outputs a Decimal value.