Click or drag to resize

PegByteParserBytesetData(PegByteParserBytesetDataRange, Byte) Constructor

Initializes a new instance of the PegByteParserBytesetData class.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BytesetData(
	PegByteParserBytesetDataRange[] r,
	byte[] c
)

Parameters

r  PegByteParserBytesetDataRange
The byte ranges to include.
c  Byte
The individual bytes to include.
See Also