Click or drag to resize

BigEndianReadBit Method

Decodes a single bit from the data buffer.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public static bool ReadBit(
	byte[] buffer,
	int offset,
	int bitNo
)

Parameters

buffer  Byte
Buffer to read the data from.
offset  Int32
Offset into 'buffer' to start reading the data.
bitNo  Int32
The position of the bit in the byte.

Return Value

Boolean
The value read.
See Also