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
Post a Comment