---
title: "+(_:_:)"
framework: createml
role: symbol
role_heading: Operator
path: "createml/mluntypedcolumn/+(_:_:)-4vnbk"
---

# +(_:_:)

Creates a column by adding each element of the given column to 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/-(_:_:)-4uigi.md)
- [*(_:_:)](createml/mluntypedcolumn/*(_:_:)-6gnlx.md)
- [/(_:_:)](createml/mluntypedcolumn/_(_:_:)-18srk.md)
