Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getRoi
Method · 0.95
getStrokeWidthAndColor
Method · 0.95
getShapeRoi
Method · 0.95
getTextRoi
Method · 0.95
Calls
1
getInt
Method · 0.95
Tested by
no test coverage detected