Class BitAnd

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class BitAnd extends BinaryFunction
Bitwise And, like the java a & b operator. Arguments are first converted to ints using Number.intValue giving 32 available bits.
See Also: