Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getArg
Method
getArg
ij/src/main/java/ij/macro/Functions.java:571–576 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
569
}
570
571
final
double getArg() {
572
interp.getLeftParen();
573
double arg = interp.getExpression();
574
interp.getRightParen();
575
return
arg;
576
}
577
578
final
double getFirstArg() {
579
interp.getLeftParen();
Callers
15
doFunction
Method · 0.95
getFunctionValue
Method · 0.95
doMath
Method · 0.95
math
Method · 0.95
setZCoordinate
Method · 0.95
getResultLabel
Method · 0.95
toString
Method · 0.95
doPlot
Method · 0.95
isActive
Method · 0.95
setSlice
Method · 0.95
doString
Method · 0.95
doStack
Method · 0.95
Calls
3
getLeftParen
Method · 0.80
getExpression
Method · 0.80
getRightParen
Method · 0.80
Tested by
no test coverage detected