---
title: Float32
framework: swift
role: symbol
role_heading: Type Alias
path: swift/float32
---

# Float32

A 32-bit floating point type.

## Declaration

```swift
typealias Float32 = Float
```

## See Also

### Floating-Point Type Aliases

- [Float64](swift/float64.md)
