Click or drag to resize

PegByteParserBitsInto(Int32, Int32, Int32) Method

Reads the specified bit range into an integer.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool BitsInto(
	int lowBitNo,
	int highBitNo,
	out int into
)

Parameters

lowBitNo  Int32
The first bit number.
highBitNo  Int32
The last bit number.
into  Int32
Receives the extracted value.

Return Value

Boolean
true if a byte was available; otherwise, false.
See Also