Chaitanya

Chaitanya

  • NA
  • 58
  • 56.1k

Convert Int[][] to Double[][]?

Jul 18 2011 5:43 AM

I have a Int[][] jagged array, and I want to convert it to Double[][] jagged array. Of course I don't want to change the value inside the array for example:

int[2][1] = 10

and when it converted to double,

int[2][1] = 10

So i have value[][] which is type is integer. and i want to convert it to double.


Answers (1)