MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / readDouble

Method readDouble

ij/src/main/java/ij/io/TiffDecoder.java:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 final double readDouble() throws IOException {
127 return Double.longBitsToDouble(readLong());
128 }
129
130 long OpenImageFileHeader() throws IOException {
131 // Open 8-byte Image File Header at start of file.

Callers 2

getDisplayRangesMethod · 0.95
decodeNIHImageHeaderMethod · 0.45

Calls 1

readLongMethod · 0.95

Tested by

no test coverage detected