Function num::integer::average_floor[][src]

pub fn average_floor<T>(x: T, y: T) -> T where
    T: Average

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