Method CalculateBucket
CalculateBucket(uint)
Calculates the bucket index into the encodeTable where the specified value should be written.
Declaration
public int CalculateBucket(uint value)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | value | A 4-byte unsigned integer value to find a bucket for. |
Returns
| Type | Description |
|---|---|
| int | The bucket index where to put the value. |