BigInt.getBit

Return bit value at specified position

struct BigInt
const
bool
getBit
(
size_t n
)

Parameters

n size_t

the bit offset to test

Return Value

Type: bool

true, if the bit at position n is set, false otherwise

Meta