/(_:_:)
Creates a column of integers by dividing 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.