UtilHashCombine Method (Int32, Int32) |
Utility function to combine together multiple hash codes (GetHashCode)
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntaxpublic static int HashCombine(
int hash,
params int[] additionalHashes
)
Parameters
- hash
- Type: SystemInt32
First hash code (passed by value) - additionalHashes
- Type: SystemInt32
Additional hash codes (passed by a "params" array of values)
Return Value
Type:
Int32Combined hash code
See Also