Creates a column of integers by multiplying the given integer by each element of the given column.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
static func * (a: Int, b: MLData Column<Int>) -> MLData Column<Int>
Parameters
a
An integer.
b
A column of integers.
Return Value
A new column of integers.