Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
writeFloatArrayAsDoubleArray Function
Syntax
C++
void writeFloatArrayAsDoubleArray(const OdFloatArray & array, OdPrcCompressedFiler * pStream, OdUInt32 num);

Writes an array of float values as an array of double values to a compressed data stream .

Parameters
Description
array
[in] A float array to be written.
pStream
[in] A pointer to an output compressed data stream.
num
[in] A quantity of values to be written to a data stream.

Each element of the input float array is converted into double value before writing to the data stream.

File: PrcCompressedFiler.h

Copyright © 2002-2022. Open Design Alliance All rights reserved.