---
title: max
framework: swift
role: symbol
role_heading: Type Property
path: swift/uint128/max-7lxqa
---

# max

The maximum representable integer in this type.

## Declaration

```swift
static var max: Self { get }
```

## Discussion

Discussion For unsigned integer types, this value is (2 ** bitWidth) - 1, where ** is exponentiation.
