Contents

*(_:_:)

Creates a column of doubles by multiplying the given double by each element of the given column.

Declaration

static func * (a: Double, b: MLDataColumn<Double>) -> MLDataColumn<Double>

Parameters

  • a:

    A double.

  • b:

    A column of doubles.

Return Value

A new column of doubles.

See Also

Combining columns