API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcCompressedFilerDumper Class > OdPrcCompressedFilerDumper Methods > OdPrcCompressedFilerDumper::writeDoubleWithVariableBitNumber Method
OdPrcCompressedFilerDumper::writeDoubleWithVariableBitNumber Method
Syntax
C++
virtual void writeDoubleWithVariableBitNumber(double value, double tolerance, OdUInt32 number_of_bits);
Parameters 
Description 
double value 
[in] A double value to write.  
double tolerance 
[in] A tolerance value.  
OdUInt32 number_of_bits 
[in] A number of bits. 

Writes a double value with variable number of bits to the filer stream. 

 

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