Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getLastArg
Method
getLastArg
ij/src/main/java/ij/macro/Functions.java:588–593 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
586
}
587
588
final
double getLastArg() {
589
interp.getComma();
590
double arg = interp.getExpression();
591
interp.getRightParen();
592
return
arg;
593
}
594
595
String getStringArg() {
596
interp.getLeftParen();
Callers
15
doMath
Method · 0.95
math2
Method · 0.95
setForegroundColor
Method · 0.95
setBackgroundColor
Method · 0.95
setColor
Method · 0.95
makeOval
Method · 0.95
makeRotatedRectangle
Method · 0.95
changeValues
Method · 0.95
getNumber
Method · 0.95
d2s
Method · 0.95
getHistogram
Method · 0.95
makeSelection
Method · 0.95
Calls
3
getComma
Method · 0.80
getExpression
Method · 0.80
getRightParen
Method · 0.80
Tested by
no test coverage detected