ArithmeticOperators<V extends num?> extension
Arithmetic on a numeric column: t.count + 1, t.a * t.b.
- on
-
- ColumnOf<
V> ?
- ColumnOf<
Operators
-
operator *(
ColumnOr< V> value) → Arithmetic<V> -
Available on ColumnOf<
V> ?, provided by the ArithmeticOperators extensionthis * value -
operator +(
ColumnOr< V> value) → Arithmetic<V> -
Available on ColumnOf<
V> ?, provided by the ArithmeticOperators extensionthis + value -
operator -(
ColumnOr< V> value) → Arithmetic<V> -
Available on ColumnOf<
V> ?, provided by the ArithmeticOperators extensionthis - value -
operator /(
ColumnOr< V> value) → Arithmetic<V> -
Available on ColumnOf<
V> ?, provided by the ArithmeticOperators extensionthis / value