Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Dwarrowdelf
Hash
C# Class Dwarrowdelf.Hash
显示文件
Open project: tomba/dwarrowdelf
Public Methods
Method
Description
Hash2D
(
int
x
,
int
y
) :
int
Hash3D
(
int
x
,
int
y
,
int
z
) :
int
HashInt32
(
int
v
) :
int
HashUInt32
(
uint
a
) :
uint
Method Details
Hash2D()
public
static
method
public
static
Hash2D
(
int
x
,
int
y
) :
int
x
int
y
int
return
int
Hash3D()
public
static
method
public
static
Hash3D
(
int
x
,
int
y
,
int
z
) :
int
x
int
y
int
z
int
return
int
HashInt32()
public
static
method
public
static
HashInt32
(
int
v
) :
int
v
int
return
int
HashUInt32()
public
static
method
public
static
HashUInt32
(
uint
a
) :
uint
a
uint
return
uint