Contents

/(_:_:)

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

Declaration

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

Parameters

  • lhs:

    An optional column type.

  • rhs:

    Another optional column type.

Return Value

A new column.

See Also

Generating an Optional Column by Dividing Two Columns