Converting double[][] in to float[][]
- by cer_albastru
Hi,
I was wondering if there is a way of converting a double [][] in to a float[][] in Java?
I currently have a for loop in my code that does this and am looking for a better and cleaner way.
Any ideas would be appreciated,
Thanks,