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

# Int.Magnitude

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

## Declaration

```swift
typealias Magnitude = UInt
```

## See Also

### Finding the Sign and Magnitude

- [magnitude](swift/int/magnitude-swift.property.md)
- [abs(_:)](swift/abs(_:).md)
- [signum()](swift/int/signum().md)
