()
| 69275 | return new Float32Array(this); |
| 69276 | } |
| 69277 | toString() { |
| 69278 | return this.formatString((0, _common.config)); |
| 69279 | } |
| 69280 | formatString(opts) { |
| 69281 | let string = ""; |
| 69282 | for(let i = 0; i < this.ELEMENTS; ++i)string += (i > 0 ? ", " : "") + (0, _common.formatValue)(this[i], opts); |
nothing calls this directly
no test coverage detected