C# Class RazorDB.MurmurHash2Unsafe

显示文件 Open project: gnoso/razordb

Public Properties

Property Type Description
Default MurmurHash2Unsafe

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

Property Details

Default public_oe static_oe property

public static MurmurHash2Unsafe,RazorDB Default
return MurmurHash2Unsafe