Click or drag to resize

PegByteParserBytesetDataRange Constructor

Initializes a new instance of the PegByteParserBytesetDataRange struct.

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

Parameters

low  Byte
The lower bound.
high  Byte
The upper bound.
See Also