Click or drag to resize

PegByteParserNotBit Method

Tests whether the specified single bit does not match an exact value without consuming input.

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

Parameters

bitNo  Int32
The one-based bit index.
toMatch  Byte
The exact bit value that must not match.

Return Value

Boolean
true if the bit does not match; otherwise, false.
See Also