Displays the transpose of a 1- or 2-dimensional array.
Syntax
object.PrintTranspose (item)
object.PrintTranspose (item, title)
The PrintTranspose method syntax has the following parts:
Part |
Description |
object |
An object of type AmosDebug. |
item |
A 1- or 2-dimensional array of Double or String, or an AmosMatrix object. |
title |
(Optional) A string that describes item. |
Remarks
PrintTranspose transposes 2-dimensional arrays and AmosMatrix objects.
PrintTranspose displays a 1-dimensional array as a single row.
See Also