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: 24.2.419.0 (24.2.419.0)
Syntax public 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