Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 Android 创建的二进制文件。使用 ac# 应用程序读取该文件。我想读取写入该文件的浮点值。其余的其他值 int、char 等都成功地从中读取。
我使用了 ReadInt64() 并且它没有返回正确的值......
请使用 ReadSingle()。它将从二进制文件中读取浮点值。