- n
- shift distance
Documentation for this section has not yet been entered.
Returns a BigInteger whose value is this >> n. For negative arguments, the result is also negative. The shift distance may be negative which means that this is shifted left.
Implementation Note: Usage of this method on negative values is not recommended as the current implementation is not efficient.