BitAnd(n:Int...):Int

Returns the bitwise AND of all its parameters. All parameters must be integers; if one parameter is EMPTY, the result is EMPTY.

See also: Elementary Functions