to Doubles
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
Parameters
array
the array of ints
Convert the array of long to an array of double with each element the corresponding value
Return
the array of doubles representing the values of the longs
Parameters
array
the array of longs
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
Parameters
array
the array of doubles