MCPcopy Index your code
hub / github.com/processing/processing / getDouble

Method getDouble

core/src/processing/data/XML.java:851–853  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

849
850
851 public double getDouble(String name) {
852 return getDouble(name, 0);
853 }
854
855
856 /**

Callers

nothing calls this directly

Calls 1

getStringMethod · 0.95

Tested by

no test coverage detected