java - Converting double[][] in to float[][] -


i wondering if there way of converting double [][] in float[][] in java? have loop in code , looking better , cleaner way.

any ideas appreciated, thanks,

there's no quicker way. note not every double value convert float - range of float smaller.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -