[][src]Function arrayfire::floor

pub fn floor<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType> where
    T::AbsOutType: HasAfEnum

Floor the values in an Array

This is an element wise unary operation.