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

Method readDouble

src/arithmeticdecoder.cpp:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328F64 ArithmeticDecoder::readDouble() /* danger in float reinterpretation */
329{
330 U64I64F64 u64i64f64;
331 u64i64f64.u64 = readInt64();
332 return u64i64f64.f64;
333}
334
335ArithmeticDecoder::~ArithmeticDecoder()
336{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected