---
title: zero
framework: swift
role: symbol
role_heading: Type Property
path: swift/int8/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.
