API Reference > Other Classes > OdPlatformStreamer Class > OdPlatformStreamer Methods > OdPlatformStreamer::wrDoubles Method
OdPlatformStreamer::wrDoubles Method
Syntax
C++
static void wrDoubles(OdStreamBuf& streamBuf, int numDoubles, const void* doubles);
Parameters 
Description 
OdStreamBuf& streamBuf 
[out] StreamBuf object to which the data are to be written.  
int numDoubles 
[in] Number of doubles. 
const void* doubles 
[in] Array of doubles to be written.  

Writes the specified number of doubles to the specified StreamBuf object.

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