Contents

-(_:_:)

Generates a column by subtracting a value from each element in a column.

Declaration

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

Parameters

  • lhs:

    A column type.

  • rhs:

    A value of the same type as the column.

Return Value

A new column.

See Also

Generating a Column by Combining a Value