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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -