C# Class hOOt.MurmurHash2Unsafe

ファイルを表示 Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method Description
Hash ( Byte data ) : UInt32
Hash ( Byte data, UInt32 seed ) : UInt32

Method Details

Hash() public method

public Hash ( Byte data ) : UInt32
data Byte
return System.UInt32

Hash() public method

public Hash ( Byte data, UInt32 seed ) : UInt32
data Byte
seed System.UInt32
return System.UInt32