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

Method writeFloat

unused/rangeencoder.cpp:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void RangeEncoder::writeFloat(F32 sym)
294{
295 U32F32 u32f32;
296 u32f32.f32 = sym;
297 writeInt(u32f32.u32);
298}
299
300void RangeEncoder::writeDouble(F64 sym)
301{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected