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