HashCodeCombineT1, T2 Method |
Combines the hash codes of two values.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int Combine<T1, T2>(
T1 value1,
T2 value2
)
Parameters
- value1 T1
- The first value.
- value2 T2
- The second value.
Type Parameters
- T1
- The type of the first value.
- T2
- The type of the second value.
Return Value
Int32The combined hash code.
See Also