MCPcopy Index your code
hub / github.com/benfry/processing4 / getDouble

Method getDouble

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

Source from the content-addressed store, hash-verified

896
897
898 public double getDouble(String name) {
899 return getDouble(name, 0);
900 }
901
902
903 /**

Callers

nothing calls this directly

Calls 1

getStringMethod · 0.95

Tested by

no test coverage detected