Click or drag to resize

HashFunctionRange Method (Int32, Int32, Int32)

Gets a hash value in the given range (including the minimum value but exlcuding the maximum).

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

Parameters

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

Return Value

Type: Int32
See Also