Click or drag to resize

PegByteParserBytesetData(BitArray, Boolean) Constructor

Initializes a new instance of the PegByteParserBytesetData class

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public BytesetData(
	BitArray b,
	bool bNegated
)

Parameters

b  BitArray

[Missing <param name="b"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.BytesetData.#ctor(System.Collections.BitArray,System.Boolean)"]

bNegated  Boolean

[Missing <param name="bNegated"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.BytesetData.#ctor(System.Collections.BitArray,System.Boolean)"]

See Also