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: 25.1.421.0 (25.1.421.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