Skip to main content

method DOMMatrix.fromFloat64Array

#DOMMatrix.fromFloat64Array(array64: Float64Array<ArrayBuffer>): DOMMatrix

The fromFloat64Array() static method of the DOMMatrix interface creates a new DOMMatrix object given an array of double-precision (64-bit) floating-point values.

MDN Reference

Parameters #

#array64: Float64Array<ArrayBuffer>

Return Type #

Did you find what you needed?

Privacy policy