Method Hash32
Hash32(Byte[], Int32, Int32)
Generates 32 bit hash from byte array with default seed value.
Declaration
public static int Hash32(byte[] data, int offset, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | data | Byte array to hash. |
System.Int32 | offset | The start position in the array to hash. |
System.Int32 | len | Length of the array elements to hash. |
Returns
Type | Description |
---|---|
System.Int32 | 32 bit hash of the given array. |