/=(_:_:)
Modifies a floating-point column slice by dividing each element by a value.
Declaration
static func /= (lhs: inout ColumnSlice<WrappedElement>, rhs: WrappedElement) where WrappedElement : FloatingPointParameters
- lhs:
A column slice.
- rhs:
A value of the same type as the column’s elements.