Click or drag to resize

PegByteParserIn(Byte) Method

Matches a byte within any of the inclusive ranges defined by the array.

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

Parameters

s  Byte
The array containing inclusive range pairs.

Return Value

Boolean
true if the current byte is in any range; otherwise, false.
See Also