Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ setDouble
Method
setDouble
core/src/processing/data/XML.java:916–918 ·
view source on GitHub ↗
(String name, double value)
Source
from the content-addressed store, hash-verified
914
915
916
public
void
setDouble(String name, double value) {
917
setString(name, String.valueOf(value));
918
}
919
920
921
/**
Callers
nothing calls this directly
Calls
1
setString
Method · 0.95
Tested by
no test coverage detected