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

Method getFloat

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

Returns the value of an attribute, or zero if not present. @webref xml:method @brief Gets the content of an attribute as a float

(String name)

Source from the content-addressed store, hash-verified

822 * @brief Gets the content of an attribute as a float
823 */
824 public float getFloat(String name) {
825 return getFloat(name, 0);
826 }
827
828
829 /**

Callers

nothing calls this directly

Calls 2

getStringMethod · 0.95
parseFloatMethod · 0.80

Tested by

no test coverage detected