---
title: PredicateExpressions.ArithmeticOperator
framework: foundation
role: symbol
role_heading: Enumeration
path: foundation/predicateexpressions/arithmeticoperator
---

# PredicateExpressions.ArithmeticOperator

## Declaration

```swift
enum ArithmeticOperator
```

## Topics

### Enumeration Cases

- [PredicateExpressions.ArithmeticOperator.add](foundation/predicateexpressions/arithmeticoperator/add.md)
- [PredicateExpressions.ArithmeticOperator.multiply](foundation/predicateexpressions/arithmeticoperator/multiply.md)
- [PredicateExpressions.ArithmeticOperator.subtract](foundation/predicateexpressions/arithmeticoperator/subtract.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
