MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / d2s

Method d2s

ij/src/main/java/ij/macro/Functions.java:1562–1564  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1560 }
1561
1562 String d2s() {
1563 return IJ.d2s(getFirstArg(), (int)getLastArg());
1564 }
1565
1566 String toString(int base) {
1567 int arg = (int)getArg();

Callers 2

getStringFunctionMethod · 0.95
toStringMethod · 0.45

Calls 3

d2sMethod · 0.95
getFirstArgMethod · 0.95
getLastArgMethod · 0.95

Tested by

no test coverage detected