Contents

+(_:_:)

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

Declaration

static func + (a: Int, b: MLDataColumn<Int>) -> MLDataColumn<Int>

Parameters

  • a:

    An integer.

  • b:

    A column of integers.

Return Value

A new column of integers.

See Also

Combining a value with a column to generate a column