C# 클래스 MurmurHash2Simple, weekly-algorithms

상속: IStringHash
파일 보기 프로젝트 열기: xamarin/weekly-algorithms 1 사용 예제들

공개 메소드들

메소드 설명
Hash ( Byte data ) : UInt32
Hash ( string str ) : UInt32

비공개 메소드들

메소드 설명
Hash ( Byte data, UInt32 seed ) : UInt32

메소드 상세

Hash() 공개 정적인 메소드

public static Hash ( Byte data ) : UInt32
data Byte
리턴 System.UInt32

Hash() 공개 메소드

public Hash ( string str ) : UInt32
str string
리턴 System.UInt32