C# Class Lawo.HashCode

Provides helper methods for hash codes.
Afficher le fichier Open project: Lawo/ember-plus-sharp

Méthodes publiques

Méthode Description
Combine ( int hash1, int hash2 ) : int

Returns the combination of hash1 and hash2.

Combine ( int hash1, int hash2, int hash3 ) : int

Returns the combination of hash1, hash2 and hash3.

Method Details

Combine() public static méthode

Returns the combination of hash1 and hash2.
public static Combine ( int hash1, int hash2 ) : int
hash1 int
hash2 int
Résultat int

Combine() public static méthode

Returns the combination of hash1, hash2 and hash3.
public static Combine ( int hash1, int hash2, int hash3 ) : int
hash1 int
hash2 int
hash3 int
Résultat int