Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setDouble
Method
setDouble
core/src/processing/data/XML.java:869–871 ·
view source on GitHub ↗
(String name, double value)
Source
from the content-addressed store, hash-verified
867
868
869
public
void
setDouble(String name, double value) {
870
setString(name, String.valueOf(value));
871
}
872
873
874
/**
Callers
nothing calls this directly
Calls
1
setString
Method · 0.95
Tested by
no test coverage detected