C# 클래스 CityHash.CityHash

파일 보기 프로젝트 열기: gmarz/city-hash-net 1 사용 예제들

공개 메소드들

메소드 설명
GetCityHash32 ( this value ) : UInt32
GetCityHash64 ( this value ) : System.UInt64
GetCityHash64 ( this value, System.UInt64 seed ) : System.UInt64
GetCityHash64 ( this value, System.UInt64 seed0, System.UInt64 seed1 ) : System.UInt64

메소드 상세

GetCityHash32() 공개 정적인 메소드

public static GetCityHash32 ( this value ) : UInt32
value this
리턴 System.UInt32

GetCityHash64() 공개 정적인 메소드

public static GetCityHash64 ( this value ) : System.UInt64
value this
리턴 System.UInt64

GetCityHash64() 공개 정적인 메소드

public static GetCityHash64 ( this value, System.UInt64 seed ) : System.UInt64
value this
seed System.UInt64
리턴 System.UInt64

GetCityHash64() 공개 정적인 메소드

public static GetCityHash64 ( this value, System.UInt64 seed0, System.UInt64 seed1 ) : System.UInt64
value this
seed0 System.UInt64
seed1 System.UInt64
리턴 System.UInt64