Read float values from file, c# -


i have binary file created using android. using c# application read file. want read floating point values written in file. rest of other values int, char etc succesfully read it.

i used readint64() , not returning correct value...

please use readsingle(). read floating point values binary file.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -