PegByteParserBits(Int32, Int32, PegByteParserBytesetData) Method |
Matches the specified bit range against a byte set.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Bits(
int lowBitNo,
int highBitNo,
PegByteParserBytesetData toMatch
)
Parameters
- lowBitNo Int32
- The one-based index of the lowest bit in the range.
- highBitNo Int32
- The number of bits to include starting at lowBitNo.
- toMatch PegByteParserBytesetData
- The byte set to match against.
Return Value
Booleantrue if the bit range matches; otherwise,
false.
See Also