FileReadDouble
Reads a double-precision floating point number (double) from the current position of the binary file.
double FileReadDouble( |
Parameters
file_handle
[in] File descriptor returned by FileOpen().
Return Value
The value of double type.
Note
For more details about the error, call GetLastError().
See also
Real types (double, float), StringToDouble, DoubleToString
© 2000-2010, MetaQuotes Software Corp.