Contents

*(_:_:)

Generates a column by multiplying a value by each element in a column.

Declaration

static func * (lhs: Self.Element, rhs: Self) -> Column<Self.Element>

Parameters

  • lhs:

    A value of the same type as the column.

  • rhs:

    A column type.

Return Value

A new column.

See Also

Generating a Column by Combining a Value