Retrieves the minimum and maximum values of a double list variable.
0 |
String |
Name |
The name of the double list variable. |
1 |
Double |
Minimum Value |
Min value of the list variable. |
2 |
Double |
Maximum Value |
Max value of the list variable. |
SUCCESS |
The min and max values were retreived successfully. |
FAILURE |
An invalid list variable name was provided. |
None.