Click or drag to resize

PegByteParserBytesetDataRange Constructor

Initializes a new instance of the PegByteParserBytesetDataRange class

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Range(
	byte low,
	byte high
)

Parameters

low  Byte

[Missing <param name="low"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.BytesetData.Range.#ctor(System.Byte,System.Byte)"]

high  Byte

[Missing <param name="high"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.BytesetData.Range.#ctor(System.Byte,System.Byte)"]

See Also