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

Method sub

core/src/processing/data/FloatDict.java:419–421  ·  view source on GitHub ↗

@webref floatdict:method @brief Subtract from a value

(String key, float amount)

Source from the content-addressed store, hash-verified

417 * @brief Subtract from a value
418 */
419 public void sub(String key, float amount) {
420 add(key, -amount);
421 }
422
423
424 /**

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected