gmmd.compute.check_set_bit

gmmd.compute.check_set_bit(bv, bit_pos)

Return true if the bit_pos th bit of bv is 1.

Parameters
  • bv (BitVector.BitVector) – Bit vector to be checked.

  • bit_pos (int) – The position of the bit.

Return type

bool