Contents

CFBitVectorGetBitAtIndex(_:_:)

Returns the bit value at a given index in a bit vector.

Declaration

func CFBitVectorGetBitAtIndex(_ bv: CFBitVector!, _ idx: CFIndex) -> CFBit

Parameters

  • bv:

    The bit vector to examine.

  • idx:

    The index of the bit value in bv to return.

Return Value

The bit value at index idx in bv.

See Also

Getting Information About a Bit Vector