HashHelperHash Method (Byte, Int32) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Calculate a running hash using the byte array value.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static int Hash(
byte[] values,
int hash
)
Parameters
- values
- Type: SystemByte
The byte array value for use in the hash.
- hash
- Type: SystemInt32
The running hash value.
Return Value
Type:
Int32
The resulting running hash value.
See Also