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