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

Function floor

docs/app/js/sanddance-app.js:69913–69917  ·  view source on GitHub ↗
(out, a)

Source from the content-addressed store, hash-verified

69911 return out;
69912}
69913function floor(out, a) {
69914 out[0] = Math.floor(a[0]);
69915 out[1] = Math.floor(a[1]);
69916 return out;
69917}
69918function min(out, a, b) {
69919 out[0] = Math.min(a[0], b[0]);
69920 out[1] = Math.min(a[1], b[1]);

Callers 3

timeFloorFunction · 0.70
utcFloorFunction · 0.70
transformFunction · 0.70

Calls 3

_Function · 0.70
yFunction · 0.70
newDateFunction · 0.70

Tested by

no test coverage detected