Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ allInteger
Method
allInteger
ij/src/main/java/ij/gui/ShapeRoi.java:1207–1211 ·
view source on GitHub ↗
(float[] a)
Source
from the content-addressed store, hash-verified
1205
}
1206
1207
boolean allInteger(float[] a) {
1208
for
(
int
i=0; i<a.length; i++)
1209
if
(a[i] != (
int
)a[i])
return
false;
1210
return
true;
1211
}
1212
}
Callers
1
parsePath
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected