Matrix interface

A two-dimensional matrix.

Signature:

  export 
  
 declare 
  
 interface 
  
 Matrix 
  
 

Properties

Property Type Description
number The number of columns.
number[] The values as a flattened one-dimensional array.
number The number of rows.

Matrix.columns

The number of columns.

Signature:

  columns 
 : 
  
 number 
 ; 
 

Matrix.data

The values as a flattened one-dimensional array.

Signature:

  data 
 : 
  
 number 
 []; 
 

Matrix.rows

The number of rows.

Signature:

  rows 
 : 
  
 number 
 ; 
 
Design a Mobile Site
View Site in Mobile | Classic
Share by: