Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getValue
Method
getValue
ij/src/main/java/ij/macro/Variable.java:57–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
public
double getValue() {
58
if
(str!=null)
59
return
convertToDouble();
// string to number conversions
60
else
61
return
value;
62
}
63
64
double convertToDouble() {
65
try {
Callers
15
pushArgs
Method · 0.95
doArrayElementAssignment
Method · 0.95
doUserFunctionAssignment
Method · 0.95
getAssignmentExpression
Method · 0.95
getStringTerm
Method · 0.95
getFactor
Method · 0.95
toScaled
Method · 0.95
toUnscaled
Method · 0.95
convertArray
Method · 0.45
convertVariable
Method · 0.45
lookupStringVariable
Method · 0.45
getVariable
Method · 0.45
Calls
1
convertToDouble
Method · 0.95
Tested by
no test coverage detected