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

Method getFloat

ij/src/main/java/ij/io/RoiDecoder.java:606–608  ·  view source on GitHub ↗
(int base)

Source from the content-addressed store, hash-verified

604 }
605
606 float getFloat(int base) {
607 return Float.intBitsToFloat(getInt(base));
608 }
609
610 /** Opens an ROI from a byte array. */
611 public static Roi openFromByteArray(byte[] bytes) {

Callers 4

getRoiMethod · 0.95
getShapeRoiMethod · 0.95
getTextRoiMethod · 0.95

Calls 1

getIntMethod · 0.95

Tested by

no test coverage detected