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.

Version Differences: Whereas PCC2 allows any number of parameters, PCC 1.x has a limit of 6.

Since: PCC 1.1.17, PCC2 1.99.8

See also: Elementary Functions