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....



WriteDoubleToStream


Unit: SDL_streams
Class: none
Declaration: procedure WriteDoubleToStream (OutStream: TStream; value: double);

The procedure WriteDoubleToStream stores the double variable value at the current position of the stream OutStream. Please note that the value is stored as a binary number (8 bytes).



Last Update: 2023-Feb-06