Method Hash
Hash(Byte[], Int32, Int32, Int32)
Declaration
public static int Hash(byte[] data, int seed, int offset, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | data | |
System.Int32 | seed | |
System.Int32 | offset | |
System.Int32 | len |
Returns
Type | Description |
---|---|
System.Int32 |
Hash(BytesRef)
Declaration
public override int Hash(BytesRef br)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | br |
Returns
Type | Description |
---|---|
System.Int32 |