Class LShift

  • All Implemented Interfaces:
    PostfixMathCommandI, java.io.Serializable

    public class LShift
    extends BinaryFunction
    Bitwise Left shift, like the java a << b operator. Arguments are first converted to ints using Number.intValue giving 32 available bits.
    See Also:
    Serialized Form