Trait arrow2::compute::arithmetics::ArrayWrappingMul
source · pub trait ArrayWrappingMul<Rhs>: Sized {
// Required method
fn wrapping_mul(&self, rhs: &Rhs) -> Self;
}
Available on crate feature
compute_arithmetics
only.Expand description
Defines wrapping multiplication operation for primitive arrays
Required Methods§
sourcefn wrapping_mul(&self, rhs: &Rhs) -> Self
fn wrapping_mul(&self, rhs: &Rhs) -> Self
wrapping multiplication