MCPcopy
hub / github.com/microsoft/SandDance / sub

Method sub

docs/app/js/sanddance-app.js:69349–69351  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

69347 return valid;
69348 }
69349 sub(a) {
69350 return this.subtract(a);
69351 }
69352 setScalar(a) {
69353 for(let i = 0; i < this.ELEMENTS; ++i)this[i] = a;
69354 return this.check();

Callers 3

getFlyToTransitionParamsFunction · 0.45
projectPositionFunction · 0.45
sanddance-app.jsFile · 0.45

Calls 1

subtractMethod · 0.95

Tested by

no test coverage detected