Method CalculateBucket
CalculateBucket(uint)
Calculates the bucket using the specified value
Declaration
public int CalculateBucket(uint value)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | value | The value |
Returns
| Type | Description |
|---|---|
| int | The bucket index |