Click or drag to resize

PegByteParserBit Method

Matches the specified single bit against an exact value.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Bit(
	int bitNo,
	byte toMatch
)

Parameters

bitNo  Int32
The one-based bit index.
toMatch  Byte
The exact bit value to match.

Return Value

Boolean
true if the bit matches; otherwise, false.
See Also