---
title: Float80.RawSignificand
framework: swift
role: symbol
role_heading: Type Alias
path: swift/float80/rawsignificand
---

# Float80.RawSignificand

A type that represents the encoded significand of a value.

## Declaration

```swift
typealias RawSignificand = UInt64
```
