Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 452 Bytes

File metadata and controls

19 lines (11 loc) · 452 Bytes

Home > @josh-brown/vector > FloatMatrix > toArray

FloatMatrix.toArray() method

Returns the contents of the matrix as a 2-D array.

Signature:

toArray(): number[][];

Returns:

number[][]

The contents of the matrix