Click or drag to resize

PegByteParserIntoBits(Int32, Int32, PegByteParserBytesetData, Int32) Method

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


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

Parameters

lowBitNo  Int32

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

highBitNo  Int32

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

toMatch  PegByteParserBytesetData

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

val  Int32

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

Return Value

Boolean

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

See Also