Class URShift

All Implemented Interfaces:
PostfixMathCommandI, Serializable

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