Click or drag to resize

PegByteParserBitsInto(Int32, Int32, Int32) Method

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


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

Parameters

lowBitNo  Int32

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

highBitNo  Int32

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

into  Int32

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

Return Value

Boolean

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

See Also