API Reference > Functions > readFloatArrayAsDoubleArray Function
readFloatArrayAsDoubleArray Function
Syntax
C++
void readFloatArrayAsDoubleArray(OdFloatArray & array, OdPrcCompressedFiler * pStream, OdUInt32 num);

PrcCompressedFiler.h

Parameters 
Description 
OdFloatArray & array 
[out] A reference to an array of float values to store read data.  
OdPrcCompressedFiler * pStream 
[in] A pointer to an input compressed data stream.  
OdUInt32 num 
[in] A quantity of values to be read from a data stream. 

Reads an array of double values from a compressed data stream and converts it into a float values array.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.