Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Extensions.Internal.HashFunctions
HashFunction Class
HashFunction Methods
GetHash Method
GetHash Method (Int32)
GetHash Method (Int32[])
GetHash Method (Int32, Int32)
GetHash Method (Int32, Int32, Int32)
HashFunction
GetHash Method (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
virtual
uint
GetHash
(
int
x
,
int
y
,
int
z
)
Parameters
x
Type:
System
Int32
y
Type:
System
Int32
z
Type:
System
Int32
Return Value
Type:
UInt32
See Also
Reference
HashFunction Class
GetHash Overload
Gamelogic.Extensions.Internal.HashFunctions Namespace