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

Writes a 32-bit floating point number to the specified StreamBuf object.

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