Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getNextArray
Method
getNextArray
ij/src/main/java/ij/macro/Functions.java:699–702 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
697
}
698
699
final
double[] getNextArray() {
700
interp.getComma();
701
return
getNumericArray();
702
}
703
704
final
double[] getLastArray() {
705
interp.getComma();
Callers
8
setLut
Method · 0.95
makeSelection
Method · 0.95
newPlot
Method · 0.95
drawPlotVectors
Method · 0.95
drawShapes
Method · 0.95
addToPlot
Method · 0.95
replacePlot
Method · 0.95
fitCurve
Method · 0.95
Calls
2
getNumericArray
Method · 0.95
getComma
Method · 0.80
Tested by
no test coverage detected