Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Dwarrowdelf
Hash
C# 클래스 Dwarrowdelf.Hash
파일 보기
프로젝트 열기: tomba/dwarrowdelf
공개 메소드들
메소드
설명
Hash2D
(
int
x
,
int
y
) :
int
Hash3D
(
int
x
,
int
y
,
int
z
) :
int
HashInt32
(
int
v
) :
int
HashUInt32
(
uint
a
) :
uint
메소드 상세
Hash2D()
공개
정적인
메소드
public
static
Hash2D
(
int
x
,
int
y
) :
int
x
int
y
int
리턴
int
Hash3D()
공개
정적인
메소드
public
static
Hash3D
(
int
x
,
int
y
,
int
z
) :
int
x
int
y
int
z
int
리턴
int
HashInt32()
공개
정적인
메소드
public
static
HashInt32
(
int
v
) :
int
v
int
리턴
int
HashUInt32()
공개
정적인
메소드
public
static
HashUInt32
(
uint
a
) :
uint
a
uint
리턴
uint