Method PackValues
PackValues(String)
Packs the values by storing them in 4 bits, two values into a byte Values range is from 0 to 9. We use zero as terminator, so we'll add 1 to the value.
Declaration
protected virtual int PackValues(string values)
Parameters
Type | Name | Description |
---|---|---|
System.String | values | a string of digits from '0' to '9' representing the interletter values. |
Returns
Type | Description |
---|---|
System.Int32 | the index into the vspace array where the packed values are stored. |