MCPcopy Create free account
hub / github.com/LASzip/LASzip / readDouble

Method readDouble

unused/rangedecoder.cpp:224–229  ·  view source on GitHub ↗

Decode a double without modelling */

Source from the content-addressed store, hash-verified

222
223/* Decode a double without modelling */
224F64 RangeDecoder::readDouble()
225{
226 U64F64 u64f64;
227 u64f64.u64 = readInt64();
228 return u64f64.f64;
229}
230
231U32 RangeDecoder::culshift(U32 shift)
232{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected