- array
- Documentation for this section has not yet been entered.
- index
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if array == null Java.Lang.IllegalArgumentException if array is not an array or the element at the index position can not be converted to the return type Java.Lang.ArrayIndexOutOfBoundsException if index = array.length 
Returns the double at the given index in the given array. Applies to byte, char, float, double, int, long, and short arrays.