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

Method toString

ij/src/main/java/ij/macro/Functions.java:1566–1572  ·  view source on GitHub ↗
(int base)

Source from the content-addressed store, hash-verified

1564 }
1565
1566 String toString(int base) {
1567 int arg = (int)getArg();
1568 if (base==2)
1569 return Integer.toBinaryString(arg);
1570 else
1571 return Integer.toHexString(arg);
1572 }
1573
1574 double getStackSize() {
1575 interp.getParens();

Callers 12

getStringFunctionMethod · 0.95
printMethod · 0.45
replaceMethod · 0.45
doFileMethod · 0.45
callMethod · 0.45
joinMethod · 0.45
getClipboardContentsMethod · 0.45
getBufferMethod · 0.45
execMethod · 0.45
printArrayMethod · 0.45
getAllHeadingsMethod · 0.45
getPropertiesAsStringMethod · 0.45

Calls 1

getArgMethod · 0.95

Tested by

no test coverage detected