---
title: Float.RawExponent
framework: swift
role: symbol
role_heading: Type Alias
path: swift/float/rawexponent
---

# Float.RawExponent

A type that represents the encoded exponent of a value.

## Declaration

```swift
typealias RawExponent = UInt
```
