Method: Polars::Expr#mul
- Defined in:
- lib/polars/expr.rb
permalink #mul(other) ⇒ Expr
Method equivalent of multiplication operator expr * other
.
3568 3569 3570 |
# File 'lib/polars/expr.rb', line 3568 def mul(other) self * other end |