Transpose3x3Matrix(Array) Function |
Top |
DescriptionReturns the transpose of a three by three matrix by replacing all elements aij with aji.
This function has been Deprecated. Please use Matrix.Transpose() instead.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode.
Function Signature
Arguments
Return Value
Returns the transpose of a three by three matrix by replacing all elements aij with aji.
Syntax
See also
|