---
title: columns
framework: simd
role: symbol
role_heading: Instance Property
path: simd/simd_double2x2/columns
---

# columns

The columns of the matrix.

## Declaration

```swift
var columns: (simd_double2, simd_double2)
```

## See Also

### Matrix Properties

- [determinant](simd/simd_double2x2/determinant.md)
- [inverse](simd/simd_double2x2/inverse.md)
- [transpose](simd/simd_double2x2/transpose.md)
