---
title: "build_Remainder(lhs:rhs:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/predicateexpressions/build_remainder(lhs:rhs:)"
---

# build_Remainder(lhs:rhs:)

## Declaration

```swift
static func build_Remainder<LHS, RHS>(lhs: LHS, rhs: RHS) -> PredicateExpressions.IntRemainder<LHS, RHS> where LHS : PredicateExpression, RHS : PredicateExpression, LHS.Output : BinaryInteger, LHS.Output == RHS.Output
```
