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

Method sub

core/src/processing/data/DoubleDict.java:434–436  ·  view source on GitHub ↗

@webref doubledict:method @brief Subtract from a value

(String key, double amount)

Source from the content-addressed store, hash-verified

432 * @brief Subtract from a value
433 */
434 public void sub(String key, double amount) {
435 add(key, -amount);
436 }
437
438
439 /**

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected