Click or drag to resize

PegByteParser(Byte) Constructor

Initializes a new instance of the PegByteParser class.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PegByteParser(
	byte[] src
)

Parameters

src  Byte
The initial source data.
See Also