Get i-th Double From List

Gets the value of a double from a list.

 

Input Arguments

 

0

Double List

Double List

The name of the list.

1

Integer

Double List Index

The number of the double in the list.

 

Return Arguments

 

2

Double

Value

The value of the double in the specified list.

 

Returned Status

 

SUCCESS

The value was set successfully.

FAILURE

An invalid double list was provided.

 

Remarks

None.