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



WriteSingleToStream


Unit: SDL_streams
Class: none
Declaration: procedure WriteSingleToStream (OutStream: TStream; value: single);

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



Last Update: 2023-Feb-06