MCPcopy Create free account
hub / github.com/microsoft/SandDance / toFloat32Array

Method toFloat32Array

docs/app/js/sanddance-app.js:69274–69276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69272 return target ? this.to(target) : this;
69273 }
69274 toFloat32Array() {
69275 return new Float32Array(this);
69276 }
69277 toString() {
69278 return this.formatString((0, _common.config));
69279 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected