Click or drag to resize

HashFunctionValue Method (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 float Value(
	int data
)

Parameters

data
Type: SystemInt32

Return Value

Type: Single
See Also