Documentation

FileReadDouble

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

double  FileReadDouble(
   int  file_handle    // File handle
   );

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