*(_:_:)
Creates a column of integers by multiplying the given integer by 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.