---
title: "/(_:_:)"
framework: tabulardata
role: symbol
role_heading: Operator
path: "tabulardata/columnprotocol/_(_:_:)-922ku"
---

# /(_:_:)

Generates an integer column by dividing each element in a column type by the corresponding elements of another.

## Declaration

```swift
static func / (lhs: Self, rhs: Self) -> Column<Self.Element>
```

## Parameters

- `lhs`: A column type.
- `rhs`: Another column type.

## Return Value

Return Value A new column.

## See Also

### Generating a Column by Dividing Two Columns

- [/(_:_:)](tabulardata/_(_:_:)-9v3nw.md)
- [/(_:_:)](tabulardata/_(_:_:)-4igyw.md)
- [/(_:_:)](tabulardata/columnprotocol/_(_:_:)-2urf0.md)
- [/(_:_:)](tabulardata/_(_:_:)-4pr65.md)
- [/(_:_:)](tabulardata/_(_:_:)-58kg6.md)
