toDoubles

Convert the array of int to an array of double with each element the corresponding value

Return

the array of doubles representing the values of the ints


Convert the 2D array of double to a 2D array of Double with each element the corresponding value

Return

the array of Doubles representing the values of the doubles