Click or drag to resize

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 value.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static int Hash(
	byte value,
	int hash
)

Parameters

value
Type: SystemByte
The byte value for use in the hash.
hash
Type: SystemInt32
The running hash value.

Return Value

Type: Int32
The resulting running hash value.
See Also