Click or drag to resize

HashFunctionGetHash Method (Int32)

Main hash function for any number of parameters.

Namespace:  Gamelogic.Extensions.Internal.HashFunctions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public abstract uint GetHash(
	params int[] data
)

Parameters

data
Type: SystemInt32
The data to hash.

Return Value

Type: UInt32
See Also