---
title: "/(_:_:)"
framework: tabulardata
role: symbol
role_heading: Operator
path: "tabulardata/optionalcolumnprotocol/_(_:_:)-4nmnl"
---

# /(_:_:)

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

## Declaration

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

## Parameters

- `lhs`: An optional column type.
- `rhs`: Another optional column type.

## Return Value

Return Value A new column.

## See Also

### Generating an Optional Column by Dividing Two Columns

- [/(_:_:)](tabulardata/_(_:_:)-9v3nw.md)
- [/(_:_:)](tabulardata/_(_:_:)-4igyw.md)
- [/(_:_:)](tabulardata/optionalcolumnprotocol/_(_:_:)-3rlo3.md)
- [/(_:_:)](tabulardata/_(_:_:)-4pr65.md)
- [/(_:_:)](tabulardata/_(_:_:)-58kg6.md)
