---
title: "/(_:_:)"
framework: createml
role: symbol
role_heading: Operator
path: "createml/mldatacolumn/_(_:_:)-5uxby"
---

# /(_:_:)

Creates a column of integers by dividing each element in the first column by the corresponding element in the second column.

## Declaration

```swift
static func / (a: MLDataColumn<Int>, b: MLDataColumn<Int>) -> MLDataColumn<Int>
```

## Parameters

- `a`: A column of integers.
- `b`: A column of integers.

## Return Value

Return Value A new column of integers if the columns are the same size; otherwise an invalid column.

## See Also

### Combining columns to generate a column

- [+(_:_:)](createml/mldatacolumn/+(_:_:)-24g38.md)
- [+(_:_:)](createml/mldatacolumn/+(_:_:)-q5bb.md)
- [-(_:_:)](createml/mldatacolumn/-(_:_:)-11hbf.md)
- [-(_:_:)](createml/mldatacolumn/-(_:_:)-3mwsr.md)
- [*(_:_:)](createml/mldatacolumn/*(_:_:)-40smy.md)
- [*(_:_:)](createml/mldatacolumn/*(_:_:)-lchb.md)
- [/(_:_:)](createml/mldatacolumn/_(_:_:)-69vgc.md)
