Method Hash
Hash(BytesRef)
Hashes the contents of the referenced bytes.
Declaration
public abstract int Hash(BytesRef bytes)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | bytes | The data to be hashed. |
Returns
Type | Description |
---|---|
System.Int32 | The hash of the bytes referenced by bytes.offset and length bytes.Length. |