The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



ReadDoubleFromStream


Unit: SDL_streams
Class: none
Declaration: function ReadDoubleFromStream (Instream: TStream; var eos: boolean): double;

The function ReadDoubleFromStream reads a (binary) double value (8 bytes) from the current stream position. The parameter Instream contains the stream to be read, the variable parameter eos is TRUE if the end of the stream has been reached. In this case the function value is undefined.



Last Update: 2023-Feb-06