---
title: float4x3
framework: simd
role: symbol
role_heading: Type Alias
path: simd/float4x3
---

# float4x3

A type alias for a single-precision 4 x 3 matrix.

## Declaration

```swift
typealias float4x3 = simd_float4x3
```

## See Also

### Type Aliases

- [matrix_float4x3](simd/matrix_float4x3.md)
