MCPcopy 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

pushArgsMethod · 0.95
getStringTermMethod · 0.95
getFactorMethod · 0.95
toScaledMethod · 0.95
toUnscaledMethod · 0.95
convertArrayMethod · 0.45
convertVariableMethod · 0.45
lookupStringVariableMethod · 0.45
getVariableMethod · 0.45

Calls 1

convertToDoubleMethod · 0.95

Tested by

no test coverage detected