Returns the minimum value from a list.
Inputs
Number
Name
Object Type
Description
Optional
1
Numbers
List
<
System.Double
>
List of numbers.
No
Outputs
Number
Name
Object Type
Description
1
Min
System.Double
Minimum value of the numbers in the input list.