Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Extensions.Internal.HashFunctions
HashFunction Class
HashFunction Methods
Range Method
Range Method (Int32, Int32, Int32)
Range Method (Int32, Int32, Int32[])
Range Method (Single, Single, Int32)
Range Method (Single, Single, Int32[])
Range Method (Int32, Int32, Int32, Int32)
Range Method (Single, Single, Int32, Int32)
Range Method (Int32, Int32, Int32, Int32, Int32)
Range Method (Single, Single, Int32, Int32, Int32)
HashFunction
Range Method (Int32, Int32, 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#
Copy
public
int
Range
(
int
min
,
int
max
,
int
x
,
int
y
)
Parameters
min
Type:
System
Int32
max
Type:
System
Int32
x
Type:
System
Int32
y
Type:
System
Int32
Return Value
Type:
Int32
See Also
Reference
HashFunction Class
Range Overload
Gamelogic.Extensions.Internal.HashFunctions Namespace