Class BitComp

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class BitComp extends UnaryFunction
Unary bitwise complement, like the java ~a operator. Arguments are first converted to ints using Number.intValue giving 32 available bits.
See Also: