Click or drag to resize

PegByteParserPeekBits Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegByteParser.PeekBits(System.Int32,System.Int32,System.Byte)"]


Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool PeekBits(
	int lowBitNo,
	int highBitNo,
	byte toMatch
)

Parameters

lowBitNo  Int32

[Missing <param name="lowBitNo"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.PeekBits(System.Int32,System.Int32,System.Byte)"]

highBitNo  Int32

[Missing <param name="highBitNo"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.PeekBits(System.Int32,System.Int32,System.Byte)"]

toMatch  Byte

[Missing <param name="toMatch"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.PeekBits(System.Int32,System.Int32,System.Byte)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.PegParser.PegByteParser.PeekBits(System.Int32,System.Int32,System.Byte)"]

See Also