Click or drag to resize

HashFunctionRange Method (Single, Single, Int32)

Gets a float presentation of the hash value in the given range.

Namespace:  Gamelogic.Extensions.Internal.HashFunctions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float Range(
	float min,
	float max,
	params int[] data
)

Parameters

min
Type: SystemSingle
The minimum value (inclusive) that this method will return.
max
Type: SystemSingle
The maximum value (inclusive) that this method will return.
data
Type: SystemInt32
The data to hash.

Return Value

Type: Single
See Also