*(_:_:)
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.