C# Class hOOt.MurmurHash2Unsafe

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Méthodes publiques

Méthode Description
Hash ( Byte data ) : UInt32
Hash ( Byte data, UInt32 seed ) : UInt32

Method Details

Hash() public méthode

public Hash ( Byte data ) : UInt32
data Byte
Résultat System.UInt32

Hash() public méthode

public Hash ( Byte data, UInt32 seed ) : UInt32
data Byte
seed System.UInt32
Résultat System.UInt32