Contents

/(_:_:)

Generates a floating-point column by dividing each element in a column type by the corresponding elements of another.

Declaration

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

Parameters

  • lhs:

    A column type.

  • rhs:

    Another column type.

Return Value

A new column.

See Also

Generating a Column by Dividing Two Columns