Trait ndarray_rand::rand_distr::num_traits::SaturatingAdd [−][src]
Performs addition that saturates at the numeric bounds instead of overflowing.
Required methods
pub fn saturating_add(&self, v: &Self) -> Self
[src]
Saturating addition. Computes self + other
, saturating at the relevant high or low boundary of
the type.