ArithmeticOperators<V extends num?> extension

Arithmetic on a numeric column: t.count + 1, t.a * t.b.

on

Operators

operator *(ColumnOr<V> value) Arithmetic<V>

Available on ColumnOf<V>?, provided by the ArithmeticOperators extension

this * value
operator +(ColumnOr<V> value) Arithmetic<V>

Available on ColumnOf<V>?, provided by the ArithmeticOperators extension

this + value
operator -(ColumnOr<V> value) Arithmetic<V>

Available on ColumnOf<V>?, provided by the ArithmeticOperators extension

this - value
operator /(ColumnOr<V> value) Arithmetic<V>

Available on ColumnOf<V>?, provided by the ArithmeticOperators extension

this / value