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

# Float.Magnitude

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

## Declaration

```swift
typealias Magnitude = Float
```

## See Also

### Finding the Sign and Magnitude

- [magnitude](swift/float/magnitude-swift.property.md)
- [sign](swift/float/sign.md)
