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