---
title: sum()
framework: swift
role: symbol
role_heading: Instance Method
path: swift/simd2/sum()
---

# sum()

The sum of the scalars in the vector.

## Declaration

```swift
func sum() -> Self.Scalar
```
