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