Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getNextArg
Method
getNextArg
ij/src/main/java/ij/macro/Functions.java:583–586 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
581
}
582
583
final
double getNextArg() {
584
interp.getComma();
585
return
interp.getExpression();
586
}
587
588
final
double getLastArg() {
589
interp.getComma();
Callers
15
doMath
Method · 0.95
setForegroundColor
Method · 0.95
setBackgroundColor
Method · 0.95
setColor
Method · 0.95
makeLine
Method · 0.95
makeArrow
Method · 0.95
makeOval
Method · 0.95
makeRectangle
Method · 0.95
makeRotatedRectangle
Method · 0.95
changeValues
Method · 0.95
getHistogram
Method · 0.95
doPlot
Method · 0.95
Calls
2
getComma
Method · 0.80
getExpression
Method · 0.80
Tested by
no test coverage detected