Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getFirstArray
Method
getFirstArray
ij/src/main/java/ij/macro/Functions.java:694–697 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
692
}
693
694
final
double[] getFirstArray() {
695
interp.getLeftParen();
696
return
getNumericArray();
697
}
698
699
final
double[] getNextArray() {
700
interp.getComma();
Callers
4
setLut
Method · 0.95
drawPlotVectors
Method · 0.95
doOverlay
Method · 0.95
setSplineAnchors
Method · 0.95
Calls
2
getNumericArray
Method · 0.95
getLeftParen
Method · 0.80
Tested by
no test coverage detected