MCPcopy Create free account
hub / github.com/benfry/processing4 / sub

Method sub

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

Subtract from a value. @webref floatdict:method @webBrief Subtract from a value

(String key, float amount)

Source from the content-addressed store, hash-verified

443 * @webBrief Subtract from a value
444 */
445 public void sub(String key, float amount) {
446 add(key, -amount);
447 }
448
449
450 /**

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected