---
title: "build_Division(lhs:rhs:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/predicateexpressions/build_division(lhs:rhs:)-5mg1h"
---

# build_Division(lhs:rhs:)

## Declaration

```swift
static func build_Division<LHS, RHS>(lhs: LHS, rhs: RHS) -> PredicateExpressions.FloatDivision<LHS, RHS> where LHS : PredicateExpression, RHS : PredicateExpression, LHS.Output : FloatingPoint, LHS.Output == RHS.Output
```
