Function arrayfire::bitand [] [src]

pub fn bitand(lhs: &Array, rhs: &Array, batch: bool) -> Array

Elementwise AND(bit) operation of two Arrays

This is an element wise binary operation.