floor

Function floor 

Source
pub fn floor<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>
Expand description

Floor the values in an Array

This is an element wise unary operation.