Class Symbol
public class Symbol
- Inheritance
-
Symbol
- Inherited Members
Constructors
Symbol(uint, int, byte)
public Symbol(uint value, int lengthBits, byte key)
Parameters
Properties
IsEos
public bool IsEos { get; }
Property Value
Key
public byte Key { get; }
Property Value
LengthBits
public int LengthBits { get; }
Property Value
Value
public uint Value { get; }
Property Value
Methods
GetByte(int)
public byte GetByte(int col)
Parameters
col
int
Returns
GetByteVariation(int, Span<byte>)
Give all binary variation of the data
public Span<byte> GetByteVariation(int col, Span<byte> result)
Parameters
Returns
GetLengthBitsInColumn(int)
public int GetLengthBitsInColumn(int col)
Parameters
col
int
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.