Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getString
Method · 0.95
Tested by
no test coverage detected