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

Reads the specified number of doubles from the specified StreamBuf object.

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