Documentation

FileReadFloat

Reads the single-precision floating point number (float) from the current position of the binary file.

float  FileReadFloat(
   int  file_handle    // File handle
   );

Parameters

file_handle

[in]  File descriptor returned by FileOpen().

Return Value

The value of float type.

Note

For more details about the error, call GetLastError().

See also

Real types (double, float), FileReadDouble