Returns the maximum value from a list.
Number | Name | Object Type | Description | Optional |
---|---|---|---|---|
1 | Numbers | List<System.Double> | List of numbers. | No |
Number | Name | Object Type | Description |
---|---|---|---|
1 | Max | System.Double | Maximum value of the numbers in the input list. |