---
title: "build_Arithmetic(lhs:rhs:op:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/predicateexpressions/build_arithmetic(lhs:rhs:op:)"
---

# build_Arithmetic(lhs:rhs:op:)

## Declaration

```swift
static func build_Arithmetic<LHS, RHS>(lhs: LHS, rhs: RHS, op: PredicateExpressions.ArithmeticOperator) -> PredicateExpressions.Arithmetic<LHS, RHS> where LHS : PredicateExpression, RHS : PredicateExpression, LHS.Output : Numeric, LHS.Output == RHS.Output
```
