Class RShift

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class RShift extends BinaryFunction
Bitwise right shift with sign extension, like the java a >> b operator. Arguments are first converted to ints using Number.intValue giving 32 available bits.
See Also: