FileReadFloat
Reads the single-precision floating point number (float) from the current position of the binary file.
float FileReadFloat( |
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
© 2000-2010, MetaQuotes Software Corp.