VirtualArray.ToRowMatrix() Method

Top 

Description

Returns a row matrix containing the array elements.

 

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

VirtualArray.ToRowMatrix(

)

 

 

Return Value

Type:

Matrix of number

 

 

The row matrix.

 

Syntax

myMatrix1 = {1,2,3,4}.ToRowMatrix();

 

 

See also

VirtualArray Object