Click or drag to resize

HashFunctionGetHash Method (Int32, Int32)

Optional method that can be implemented to optimize this special case.

Namespace:  Gamelogic.Extensions.Internal.HashFunctions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual uint GetHash(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32

Return Value

Type: UInt32
See Also