Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getFirstArg
Method
getFirstArg
ij/src/main/java/ij/macro/Functions.java:578–581 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
576
}
577
578
final
double getFirstArg() {
579
interp.getLeftParen();
580
return
interp.getExpression();
581
}
582
583
final
double getNextArg() {
584
interp.getComma();
Callers
15
doMath
Method · 0.95
math2
Method · 0.95
setForegroundColor
Method · 0.95
setBackgroundColor
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
d2s
Method · 0.95
doPlot
Method · 0.95
Calls
2
getLeftParen
Method · 0.80
getExpression
Method · 0.80
Tested by
no test coverage detected