Click or drag to resize

PegByteParserBits(Int32, Int32, PegByteParserBytesetData) Method

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


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

Parameters

lowBitNo  Int32

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

highBitNo  Int32

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

toMatch  PegByteParserBytesetData

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

Return Value

Boolean

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

See Also