# Matrix.Transpose

```csharp
Matrix Transpose()
```

Returns transposed version of this matrix, meaning columns in this matrix become rows in the returned matrix and rows in this matrix become columns in the returned one.

### Returns

`Matrix`

Declared in [Matrix](/api/Matrix).
Assembly: `Sandbox.System`.
