Function arrayfire::sign[][src]

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

Computes the sign of input Array values

This is an element wise unary operation.