Int32x4 operator &(
Int32x4 other
)

The bit-wise and operator.

Source

/// The bit-wise and operator.
Int32x4 operator&(Int32x4 other);