Contents

*(_:_:)

Creates a column of integers by multiplying each element of the given column by 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.

See Also

Combining a column with a value to generate a column