| Matrix33DTransposed Property |
Returns the transposed of this matrix.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public Matrix33D Transposed { get; }
Public ReadOnly Property Transposed As Matrix33D
Get
public:
property Matrix33D Transposed {
Matrix33D get ();
}
member Transposed : Matrix33D with get
Return Value
Type:
Matrix33DThe transposed of this matrix.
Remarks
The property does not change this instance. To transpose this instance you need to call
Transpose.
See Also