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

Method setFloat

core/src/processing/data/XML.java:846–848  ·  view source on GitHub ↗

@webref xml:method @brief Sets the content of an attribute as a float

(String name, float value)

Source from the content-addressed store, hash-verified

844 * @brief Sets the content of an attribute as a float
845 */
846 public void setFloat(String name, float value) {
847 setString(name, String.valueOf(value));
848 }
849
850
851 public double getDouble(String name) {

Callers

nothing calls this directly

Calls 1

setStringMethod · 0.95

Tested by

no test coverage detected