Skip to content

IOFileComponent.GetBit Method

Definition

Gets a single bit at the specified byte and bit index.

protected bool GetBit(int index, int bitIndex);

View source

Parameters

Name Type Description
index Int32 The index of the byte.
bitIndex Int32 The index of the bit within the byte (0-7).

Returns

Boolean

true if the bit is set; false otherwise.