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