---
title: "+(_:_:)"
framework: createml
role: symbol
role_heading: Operator
path: "createml/mldatacolumn/+(_:_:)-9r67n"
---

# +(_:_:)

Creates a column of doubles by adding the given double to each element of the given column.

## Declaration

```swift
static func + (a: Double, b: MLDataColumn<Double>) -> MLDataColumn<Double>
```

## Parameters

- `a`: A double.
- `b`: A column of doubles.

## Return Value

Return Value A new column of doubles.

## See Also

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

- [+(_:_:)](createml/mldatacolumn/+(_:_:)-2zcp.md)
- [-(_:_:)](createml/mldatacolumn/-(_:_:)-507l8.md)
- [-(_:_:)](createml/mldatacolumn/-(_:_:)-2e7k4.md)
- [*(_:_:)](createml/mldatacolumn/*(_:_:)-48xte.md)
- [*(_:_:)](createml/mldatacolumn/*(_:_:)-9sysp.md)
- [/(_:_:)](createml/mldatacolumn/_(_:_:)-9ew9w.md)
- [/(_:_:)](createml/mldatacolumn/_(_:_:)-121w8.md)
