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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -