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

# /(_:_:)

Creates a column of integers by dividing each element of the given column by the given integer.

## Declaration

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

## Parameters

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

## Return Value

Return Value A new column of integers.

## See Also

### Combining a column with a value to generate a column

- [+(_:_:)](createml/mldatacolumn/+(_:_:)-7tghu.md)
- [+(_:_:)](createml/mldatacolumn/+(_:_:)-4se2l.md)
- [-(_:_:)](createml/mldatacolumn/-(_:_:)-2sddu.md)
- [-(_:_:)](createml/mldatacolumn/-(_:_:)-9smok.md)
- [*(_:_:)](createml/mldatacolumn/*(_:_:)-2zih0.md)
- [*(_:_:)](createml/mldatacolumn/*(_:_:)-4ilhj.md)
- [/(_:_:)](createml/mldatacolumn/_(_:_:)-8k8ao.md)
