A Sandcastle Documented Class Library
GetBits Method (startIndex, length)
NamespacesGifComponentsPackedFieldsGetBits(Int32, Int32)
Gets the value of the specified bits within the byte.
Declaration Syntax
C#Visual BasicVisual C++
public int GetBits(
	int startIndex,
	int length
)
Public Function GetBits ( _
	startIndex As Integer, _
	length As Integer _
) As Integer
public:
int GetBits(
	int startIndex, 
	int length
)
Parameters
startIndex (Int32)
The zero-based index of the first bit to get.
length (Int32)
The number of bits to get.
Return Value
The value of the specified bits within the byte.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453