currently I have a two dimensional array that has been defined as int. I would like to redefine or copy these data into another array, but a double array instead. How do I do that?
Currently I've used cast and I've also tried to define the original array as double, but if I do that then the values stored in the original array becomes some very large negative number.
Currently I've used cast and I've also tried to define the original array as double, but if I do that then the values stored in the original array becomes some very large negative number.