- n
- position where the bit in this has to be inspected.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.ArithmeticException if n .
Tests whether the bit at position n in this is set. The result is equivalent to this & pow(2, n) != 0.
Implementation Note: Usage of this method is not recommended as the current implementation is not efficient.