Matrix.ToArrayRowMajor() Method

Top 

Description

Returns an array containing each of the matrix rows concatenated together.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Matrix.ToArrayRowMajor(

)

 

 

Return Value

Type:

Array of number

 

 

The resulting array.

 

Syntax

myArray1 = myMatrix1.ToArrayRowMajor();

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide