Contents

-(_:_:)

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

Declaration

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

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