A Sandcastle Documented Class Library
GetBit Method (index)
NamespacesGifComponentsPackedFieldsGetBit(Int32)
Gets the value of the specified bit within the byte.
Declaration Syntax
C#Visual BasicVisual C++
public bool GetBit(
	int index
)
Public Function GetBit ( _
	index As Integer _
) As Boolean
public:
bool GetBit(
	int index
)
Parameters
index (Int32)
The zero-based index of the bit to get.
Return Value
The value of the specified bit within the byte.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453