PegByteParserNotBit Method |
Tests whether the specified single bit does not match an exact value without consuming input.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Booleantrue if the bit does not match; otherwise,
false.
See Also