---
title: Magnitude
framework: swift
role: symbol
role_heading: Associated Type
path: swift/numeric/magnitude-swift.associatedtype
---

# Magnitude

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

## Declaration

```swift
associatedtype Magnitude : Comparable, Numeric
```
