Method WritePackedDouble
WritePackedDouble(double, StreamCompressionModel)
Writes a 8-byte floating point value to the data stream using a StreamCompressionModel.
Declaration
public bool WritePackedDouble(double value, StreamCompressionModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| double | value | The 8-byte floating point value to write. |
| StreamCompressionModel | model | StreamCompressionModel model for writing value in a packed manner. |
Returns
| Type | Description |
|---|---|
| bool | Whether the write was successful |