-(_:_:)
Creates a column of integers by subtracting each element of the given column from the given integer.
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.