Matrix.Transpose() Method

Top 

Description

Returns a matrix containing the transpose of the calling matrix.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

Matrix.Transpose(

)

 

 

Return Value

Type:

Matrix of number

 

 

The transposed matrix.

 

Syntax

myMatrix1 = myMatrix2.Transpose();

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide