Exemple #1
0
 public static int MurmurHashSigned(this string str)
 {
     return(MurmurHash.Signed((Stream)MurmurHashEx.StringToStream(str)));
 }