---
title: Int8.Magnitude
framework: swift
role: symbol
role_heading: Type Alias
path: swift/int8/magnitude-swift.typealias
---

# Int8.Magnitude

A type that can represent the absolute value of any possible value of this type.

## Declaration

```swift
typealias Magnitude = UInt8
```
