Creates a new
Matrix which is the transpose of the current matrix.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic abstract Matrix Transpose()
Public MustOverride Function Transpose As Matrix
public:
virtual Matrix^ Transpose() abstract
abstract Transpose : unit -> Matrix
Return Value
Type:
MatrixThe new matrix.
See Also