Function num_integer::average_floor

source ·
pub fn average_floor<T: Average>(x: T, y: T) -> T
Expand description

Returns the floor value of the average of x and y – see Average::average_floor.