API Reference > Other Classes > OdPlatformStreamer Class > OdPlatformStreamer Methods > OdPlatformStreamer::wrDouble Method
OdPlatformStreamer::wrDouble Method
Syntax
C++
static void wrDouble(OdStreamBuf& streamBuf, double value);
Parameters 
Description 
OdStreamBuf& streamBuf 
[out] StreamBuf object to which the data are to be written.  
double value 
[in] Value to be written. 

Writes a double to the specified StreamBuf object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.