DiagonalMatrix.Transpose Method |
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 override Matrix Transpose()
Public Overrides Function Transpose As Matrix
public:
virtual Matrix^ Transpose() override
abstract Transpose : unit -> Matrix
override Transpose : unit -> Matrix
Return Value
Type:
MatrixThe new matrix.
See Also