C# Class CityHash.CityHash

Datei anzeigen Open project: gmarz/city-hash-net Class Usage Examples

Public Methods

Method Description
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

Method Details

GetCityHash32() public static method

public static GetCityHash32 ( this value ) : UInt32
value this
return System.UInt32

GetCityHash64() public static method

public static GetCityHash64 ( this value ) : System.UInt64
value this
return System.UInt64

GetCityHash64() public static method

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

GetCityHash64() public static method

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