ReadPackedDoubleDelta(double, in 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.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
ReadPackedDoubleDelta(double, StreamCompressionModel)
public double ReadPackedDoubleDelta(double baseline, in StreamCompressionModel model)
Parameters
The previous 8-byte floating point value.
Not currently used.
Returns
Type | Description |
|---|---|
| double | A 8-byte floating point value read from the current stream, or |