Function num::integer::average_floor

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

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