Click or drag to resize

HashCodeCombine Method (Int32)

Combines an arbitrary number of hash codes.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static int Combine(
	params int[] hashes
)

Parameters

hashes
Type: SystemInt32
The hash codes.

Return Value

Type: Int32
The combined hash code.
Remarks
This method is based on the MurmurHash3 algorithm.
See Also