Trait arrow2::compute::arithmetics::ArrayWrappingMul
source · [−]pub trait ArrayWrappingMul<Rhs>: Sized {
fn wrapping_mul(&self, rhs: &Rhs) -> Self;
}
Expand description
Defines wrapping multiplication operation for primitive arrays
Required methods
fn wrapping_mul(&self, rhs: &Rhs) -> Self
fn wrapping_mul(&self, rhs: &Rhs) -> Self
wrapping multiplication