Get Double List Max/Min    

Retrieves the maximum and minimum values from a list of doubles.

 

Input Arguments

 

0

Double List

Double List

The list of doubles to analyze.

 

Return Arguments

 

1

Double

Max

The maximum value in the list.

2

Double

Min

The minimum value in the list.

 

Returned Status

 

SUCCESS

At least one plane in the list was found.

FAILURE

None of the planes in the list were found.

 

Remarks

None.