PegByteParserBitsInto(Int32, Int32, Int32) Method |
Reads the specified bit range into an integer.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool BitsInto(
int lowBitNo,
int highBitNo,
out int into
)
Parameters
- lowBitNo Int32
- The first bit number.
- highBitNo Int32
- The last bit number.
- into Int32
- Receives the extracted value.
Return Value
Booleantrue if a byte was available; otherwise,
false.
See Also