Method ReadPackedDoubleDelta
ReadPackedDoubleDelta(double, StreamCompressionModel)
Reads a 8-byte floating point value from the data stream.
If the first bit is 0, the data did not change and baseline will be returned.
Declaration
public double ReadPackedDoubleDelta(double baseline, StreamCompressionModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| double | baseline | The previous 8-byte floating point value. |
| StreamCompressionModel | model | Not currently used. |
Returns
| Type | Description |
|---|---|
| double | A 8-byte floating point value read from the current stream, or |