---
title: "/(_:_:)"
framework: createml
role: symbol
role_heading: Operator
path: "createml/mluntypedcolumn/_(_:_:)-18srk"
---

# /(_:_:)

Creates a column by dividing each element of the given column by the given value.

## Declaration

```swift
static func / (a: MLUntypedColumn, b: any MLDataValueConvertible) -> MLUntypedColumn
```

## Parameters

- `a`: An column.
- `b`: A value.

## Return Value

Return Value A new column if the column and value have the same underlying type; otherwise an invalid column.

## See Also

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

- [+(_:_:)](createml/mluntypedcolumn/+(_:_:)-4vnbk.md)
- [-(_:_:)](createml/mluntypedcolumn/-(_:_:)-4uigi.md)
- [*(_:_:)](createml/mluntypedcolumn/*(_:_:)-6gnlx.md)
