---
title: zero
framework: swift
role: symbol
role_heading: Type Property
path: swift/int/zero
---

# zero

The zero value.

## Declaration

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

## Discussion

Discussion Zero is the identity element for addition. For any value, x + .zero == x and .zero + x == x.

## See Also

### Accessing Numeric Constants

- [min](swift/int/min.md)
- [max](swift/int/max.md)
- [isSigned](swift/int/issigned.md)
