*(_:_:)
Creates a column of doubles by multiplying each element of the given column by the given double.
Declaration
static func * (a: MLDataColumn<Double>, b: Double) -> MLDataColumn<Double>Parameters
- a:
A column of doubles.
- b:
A double.
Return Value
A new column of doubles.