+(_:_:)
Creates a column of integers by adding each element of the given column to the given integer.
Declaration
static func + (a: MLDataColumn<Int>, b: Int) -> MLDataColumn<Int>Parameters
- a:
A column of integers.
- b:
An integer.
Return Value
A new column of integers.