Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 422 Bytes

File metadata and controls

19 lines (11 loc) · 422 Bytes

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

Matrix.toArray() method

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

Signature:

toArray(): S[][];

Returns:

S[][]

The contents of the matrix