---
title: min
framework: swift
role: symbol
role_heading: Type Property
path: swift/uint/min
---

# min

The minimum representable integer in this type.

## Declaration

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

## Discussion

Discussion For unsigned integer types, this value is always 0.
